pimoroni-pico-rp2350/micropython/board/PIMORONI_PLASMA2350/mpconfigboard.cmake
Phil Howard edccf66ec4 plasma2350(w): Fix flash size to be 4MB instead of 8MB.
Should prevent builds from self destructing when a user saves a file.
2024-11-04 17:17:00 +00:00

12 lines
336 B
CMake

# cmake file for Raspberry Pi Pico
set(PICO_BOARD "pimoroni_plasma2350")
set(PICO_PLATFORM "rp2350")
# Board specific version of the frozen manifest
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
set(MICROPY_C_HEAP_SIZE 4096)
set(PICO_BOARD "pimoroni_plasma2350")
set(PICO_BOARD_HEADER_DIRS ${CMAKE_CURRENT_LIST_DIR})