This image compiles projects for pico with pico-sdk.
154
This image compiles projects for pico with pico-sdk.
Mount the project (with the CMakeLists.txt) to "/project" and the output directory to "/build"
Example:
"/code/program" hosts the CMakeLists.txt and code and the output directory should be "/production/program"
docker run -v ~/code/program:/project -v ~/production/program:/build thelonedev/pipico
Content type
Image
Digest
sha256:cbb5f8be9…
Size
2.3 GB
Last updated
over 3 years ago
docker pull thelonedev/pipico