Lines Matching full:build
3 The Raspberry Pi Pico SDK (henceforth the SDK) provides the headers, libraries and build system
13 The SDK can be used to build anything from simple applications, fully-fledged runtime environments …
23 hardware, IDE/environment and how to build and debug software for the Raspberry Pi Pico and other R…
35 See [pico-examples](https://github.com/raspberrypi/pico-examples) for example code you can build.
56 …sudo apt install cmake python3 build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++…
177 1. Setup a CMake build directory.
180 $ mkdir build
181 $ cd build
185 …OARD=pico2 ..` or `cmake -DPICO_BOARD=pico_w ..` to configure the SDK and build options accordingl…
194 1. Make your target from the build directory you created.
203 …es C/C++ SDK](https://rptl.io/pico-c-sdk) for information on setting up a build environment for RI…