Closed drankinatty closed 1 month ago
Default board (if neither PICO_BOARD
nor PICO_PLATFORM
are specified) is still pico
- see https://github.com/raspberrypi/pico-sdk/blob/master/cmake/pico_pre_load_platform.cmake for the gory details :wink:
The boxout on page 35 of the getting-started guide must have a typo.
Okay, good to know. Do you want me to pull a pull-request, or can somebody just delete the errant '2'
without that formality?
You can't submit a pull-request, as the source-code for those PDFs isn't publicly available. But I'll ensure that this typo gets fixed internally, and updated PDFs get published within the next month or two. Thanks for spotting it!
The Getting started wiht Raspberry Pi Pico-series contains inconsistencies regarding the default
PICO_BOARD=
build provided by the C/C++ SDK.On Page 35 (Red IMPORTANT Box)
On Page 39 (Red IMPORTANT Box)
Both cannot be correct and it is confusing concerning whether a define is needed if building for
pico
orpico2
?Did the default build change from
pico
topico2
?