-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove 'pre-release' from README and add some additional detail for platform/board #547
base: develop
Are you sure you want to change the base?
Conversation
##### Notes on different boards and platforms (RP2040 / RP2350) | ||
|
||
The majority of examples are applicable to both RP2040 and RP2350 based boards, | ||
however certain examples that use chip specific functionality will only build on that platform. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chip-specific should probably be hyphenated?
|
||
The majority of examples are applicable to both RP2040 and RP2350 based boards, | ||
however certain examples that use chip specific functionality will only build on that platform. | ||
Equally, for instance, Wi-Fi and Bluetooth examples will only build on a board that includes Wi-Fi and Bluetooth support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor tweak, but I think I'd replace "Equally, for instance, " with just "Similarly, " ?
however certain examples that use chip specific functionality will only build on that platform. | ||
Equally, for instance, Wi-Fi and Bluetooth examples will only build on a board that includes Wi-Fi and Bluetooth support. | ||
|
||
Board and platform information are passed to the CMake build via the `PICO_PLATFORM` and `PICO_BOARD` variables. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could swap around "Board and platform information" to "Platform and board information", as that then matches the "Platform and Board Configuration" chapter-name in the SDK book 🙂 (and you already mention PICO_PLATFORM
and PICO_BOARD
in that order too)
For more information see the "Platform and Board Configuration" chapter of | ||
the [Raspberry Pi Pico-series C/C++ SDK](https://rptl.io/pico-c-sdk) book | ||
|
||
Information on which examples are not being built is output during the CMake configuration step. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably be a blank line between this line and the next header.
Do you want to pick up the other fixes (e.g. the HSTX link) from #519 too? |
No description provided.