Skip to content
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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

kilograham
Copy link
Contributor

No description provided.

##### 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.
Copy link
Contributor

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.
Copy link
Contributor

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.
Copy link
Contributor

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.
Copy link
Contributor

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.

@lurch
Copy link
Contributor

lurch commented Sep 11, 2024

Do you want to pick up the other fixes (e.g. the HSTX link) from #519 too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants