QUERY · ISSUE
Maker Pi 2040
port-rp2
Can we add a Maker pi 2040 Device in the rpi2 directory?
CANDIDATE · PULL REQUEST
rp2/boards: Tidyup Pimoroni boards.
port-rp2board-definition
Update-
I have refactored this PR around the new board variant feature to:
- Remove Tufty 2040, I'll deal with that separately
- Add
MICROPY_DEF_BOARDtoCMakeLists.txtas per esp32 (so we can override board names per variant) - Add 16MB and 4MB variants to Pico LiPo
- Add 2MB and 8MB variants to Tiny 2040
For posterity this PR originally said:
- Combine PIMORONI_PICOLIPO_4MB and PIMORONI_PICOLIPO_16MB into a single board using the new variant support for RP2.
- Add 2MB variant for Pimoroni Tiny2040
- Add Tufty2040 and downstream board definition (no support in Pico SDK yet)