mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Combine the 4MB and 16MB "PIMORONI_PICOLIPO" variants into a single board. Signed-off-by: Phil Howard <phil@gadgetoid.com>
6 lines
161 B
CMake
6 lines
161 B
CMake
set(PICO_BOARD "pimoroni_picolipo_4mb")
|
|
|
|
# Override the MicroPython board name
|
|
list(APPEND MICROPY_DEF_BOARD
|
|
MICROPY_HW_BOARD_NAME="Pimoroni Pico LiPo 4MB"
|
|
) |