Skip to content

A template to compile C/C++ faster for the RP2040 with docker.

Notifications You must be signed in to change notification settings

sixf0ur/rpi-pico-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-pico-docker-template

A template to compile C/C++ faster for the RP2040 with docker.

Usage

Make sure Docker is installed on your system.

You need to pull the lukstep Docker image:

docker pull lukstep/raspberry-pi-pico-sdk

For Mac/Linux:

Make the script executable:

chmod +x build.sh

Then, build the project with:

./build.sh

For Windows:

Build the project with

./build.bat

Uploading the Code

Using an editor or the command line, simply copy the executable: my_project/build/my_project.uf2

to the RP2040.

About

A template to compile C/C++ faster for the RP2040 with docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published