pimoroni-pico-rp2350/micropython/board/PIMORONI_PICO_PLUS2/mpconfigvariant_PSRAM.cmake
Phil Howard b48e6a7e77 PPP: Add CYW43 wireless.
If we're bringing in lwip and networking, this variant might as well
support CYW43.
2024-11-21 17:45:45 +00: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"
)