mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
14 lines
331 B
CMake
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")
|