File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ on getting up and running.
88##### Notes on different boards and platforms (RP2040 / RP2350)
99
1010The majority of examples are applicable to both RP2040 and RP2350 based boards,
11- however certain examples that use chip specific functionality will only build on that platform.
12- Equally, for instance , Wi-Fi and Bluetooth examples will only build on a board that includes Wi-Fi and Bluetooth support.
11+ however certain examples that use chip- specific functionality will only build on that platform.
12+ Similarly , Wi-Fi and Bluetooth examples will only build on a board that includes Wi-Fi and Bluetooth support.
1313
14- Board and platform information are passed to the CMake build via the ` PICO_PLATFORM ` and ` PICO_BOARD ` variables.
14+ Platform and board information are passed to the CMake build via the ` PICO_PLATFORM ` and ` PICO_BOARD ` variables.
1515For more information see the "Platform and Board Configuration" chapter of
1616the [ Raspberry Pi Pico-series C/C++ SDK] ( https://rptl.io/pico-c-sdk ) book
1717
1818Information on which examples are not being built is output during the CMake configuration step.
19+
1920### First Examples
2021
2122App| Description | Link to prebuilt UF2
You can’t perform that action at this time.
0 commit comments