openmv/boards/RPI_PICO/omv_boardconfig.cmake
iabdalkader b879696248 boards/all: Enable csi-ng API.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-06-25 21:15:24 +02:00

14 lines
331 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(MICROPY_PY_BUZZER 0)
set(CMSIS_MCU_H "RP2040.h")