Examples for Raspberry Pi Pico applications, using the Pico C SDK.
mkdir build
cd build
cmake ..
In build
directory:
make
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.