Skip to content

ITIS-Enrico-Fermi/PicoBringup

Repository files navigation

PicoBringup

Examples for Raspberry Pi Pico applications, using the Pico C SDK.

Prepare environment

mkdir build
cd build
cmake ..

Compile

In build directory:

make

Flash

make flash

N.B. this command uses the custom cmake extension pico_flash_uf2.cmake, provided with this repository. Adjust the command to account for your Raspberry Pi mount directory when in UF2 mode, or use other protocols for chip flashing.

About

Raspberry Pi Pico bringup project, for the C/C++ SDK. Examples for CMake, Visual Studio Code and various programming and debugging techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published