pimoroni-pico-rp2350/micropython/board/PIMORONI_PICO_PLUS2/mpconfigvariant_PSRAM.cmake
Phil Howard 544f1cae8c PPP: Add CYW43 wireless.
If we're bringing in lwip and networking, this variant might as well
support CYW43.
2024-09-17 13:26:41 +01:00

7 lines
230 B
CMake

# Override the MicroPython board name
# And set basic options which are expanded upon in mpconfigboard.h
list(APPEND MICROPY_DEF_BOARD
"MICROPY_HW_BOARD_NAME=\"Pimoroni Pico Plus 2 (PSRAM)\""
"MICROPY_HW_ENABLE_PSRAM=1"
)