Lines Matching refs:a
8 A single program runs on the device at a time and starts with a conventional `main()` method. Stand…
54 1. Install CMake (at least version 3.13), python 3, a native compiler, and a GCC cross compiler
65 3. Setup a `CMakeLists.txt` like:
83 * Or with the Raspberry Pi Pico SDK as a submodule :
84 1. Clone the SDK as a submodule called `pico-sdk`
85 1. Setup a `CMakeLists.txt` like:
106 1. Setup a `CMakeLists.txt` like:
115 # pico_sdk_import.cmake is a single file copied from this SDK
130 2. Setup a `CMakeLists.txt` like:
148 About the simplest you can do is a single source file (e.g. hello_world.c)
177 1. Setup a CMake build directory.
185 …When building for a board other than the Raspberry Pi Pico, you should pass `-DPICO_BOARD=board_na…
189 be built without a board which provides the requisite hardware functionality.
191 …For a list of boards defined in the SDK itself, look in [this directory](src/boards/include/boards…
199 1. You now have `hello_world.elf` to load via a debugger, or `hello_world.uf2` that can be installe…
203 …series C/C++ SDK](https://rptl.io/pico-c-sdk) for information on setting up a build environment fo…