pimoroni-pico-rp2350/boards/rpi_pico2b/mpconfigboard.cmake
Phil Howard af670449c0 CI: Refactor to match our other tooling.
Retarget pimoroni-pico to feature/picovector2-and-layers.
2025-04-14 17:06:58 +01: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)