micropython/ports/rp2/boards/WAVESHARE_RP2040_PLUS
RetiredWizard e92ca9ec2b ports/WAVESHARE_RP2040_PLUS/board.json: Generalize for variants.
Remove the variant identifier from general board identifier keys.
Signed-off-by: RetiredWizard <github@RetiredWizard.com>
2022-12-26 12:07:25 -05:00
..
README.md rp2/boards/WAVESHARE_RP2040_PLUS/README: Fix query-variants result. 2022-12-25 22:43:20 -05:00
board.json ports/WAVESHARE_RP2040_PLUS/board.json: Generalize for variants. 2022-12-26 12:07:25 -05:00
mpconfigboard.cmake
mpconfigboard.h

README.md

Waveshare RP2040-Plus

The Waveshare RP2040-Plus Board is based on the Raspberry Pi RP2040 and can be purchased with 4/16 MiB of flash.

These boards are available from a number of resellers Waveshare maintain the Wiki:RP2040-Plus Wiki containing information on the board.

Build notes

Builds can be configured with the BOARD_VARIANT parameter. Valid variants can be displayed with the query-variant target. An example:

> cd ports/rp2
> make BOARD=WAVESHARE_RP2040_PLUS query-variants
VARIANTS: flash_4mb flash_16mb
> make BOARD=WAVESHARE_RP2040_PLUS BOARD_VARIANT=flash_16mb submodules all  # Build the 16 MiB variant

flash_4mb is the default if BOARD_VARIANT is not supplied.