pimoroni-pico-rp2350/boards/rpi_pico2b/mpconfigboard.cmake
Phil Howard c9f5a28cd4 CI: Refactor to match our other tooling.
Retarget pimoroni-pico to feature/picovector2-and-layers.
2025-03-05 12:31:54 +00:00

13 lines
309 B
CMake

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