openmv/boards/RPI_PICO/omv_boardconfig.cmake
2025-07-20 22:33:08 -07:00

13 lines
306 B
CMake

set(MICROPY_PY_CSI 1)
set(MICROPY_PY_CSI_NG 1)
set(MICROPY_PY_FIR 1)
set(MICROPY_PY_ULAB 1)
set(MICROPY_PY_NINAW10 0)
set(MICROPY_PY_WINC1500 0)
set(MICROPY_PY_BLUETOOTH 0)
set(MICROPY_BLUETOOTH_NIMBLE 0)
set(MICROPY_PY_AUDIO 0)
set(MICROPY_PY_DISPLAY 0)
set(MICROPY_PY_TV 0)
set(CMSIS_MCU_H "RP2040.h")