mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
29 lines
611 B
Makefile
Executable File
29 lines
611 B
Makefile
Executable File
MCU=STM32H743xx
|
|
CPU=cortex-m7
|
|
FPU=fpv5-sp-d16
|
|
PORT=stm32
|
|
DFU_DEVICE=0x0483:0xdf11
|
|
JLINK_DEVICE=STM32H743VI
|
|
OMV_FIRM_BASE=0x08000000
|
|
OMV_FIRM_ADDR=0x08040000
|
|
OMV_BOOT_ADDR=0x08000000
|
|
OMV_HSE_VALUE=12000000
|
|
OMV_ENABLE_BL=1
|
|
OMV_LEPTON_SDK_ENABLE=1
|
|
MICROPY_PY_CSI = 1
|
|
MICROPY_PY_CSI_NG = 1
|
|
MICROPY_PY_FIR = 1
|
|
MICROPY_PY_ULAB = 1
|
|
MICROPY_PY_WINC1500 = 1
|
|
MICROPY_PY_DISPLAY = 1
|
|
MICROPY_PY_TV = 1
|
|
MICROPY_PY_ML = 1
|
|
MICROPY_PY_ML_TFLM = 1
|
|
MICROPY_PY_LWIP = 0
|
|
MICROPY_PY_SSL = 1
|
|
MICROPY_PY_SSL_ECDSA_SIGN_ALT = 0
|
|
MICROPY_SSL_MBEDTLS = 1
|
|
MICROPY_PY_NETWORK_CYW43 = 0
|
|
MICROPY_PY_BLUETOOTH = 0
|
|
MICROPY_BLUETOOTH_NIMBLE = 0
|