A template to compile C/C++ faster for the RP2040 with docker.
Make sure Docker is installed on your system.
You need to pull the lukstep
Docker image:
docker pull lukstep/raspberry-pi-pico-sdk
Make the script executable:
chmod +x build.sh
Then, build the project with:
./build.sh
Build the project with
./build.bat
Using an editor or the command line, simply copy the executable: my_project/build/my_project.uf2
to the RP2040.