Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 458 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 458 Bytes

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.