mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00

Fixes an issue with mp_state_vm_t size. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
31 lines
683 B
Makefile
Executable File
31 lines
683 B
Makefile
Executable File
MCU=MIMXRT1062DVJ6A
|
|
CPU=cortex-m7
|
|
FPU=fpv5-sp-d16
|
|
FABI=hard
|
|
PORT=mimxrt
|
|
JLINK_DEVICE=MIMXRT1062xxx6A
|
|
OMV_BOARD_CFLAGS=-DBOARD_FLASH_SIZE=0x1000000
|
|
OMV_FIRM_BASE=0x60000000
|
|
OMV_FIRM_ADDR=0x60000000
|
|
OMV_HSE_VALUE=12000000
|
|
OMV_BOSON_ENABLE=1
|
|
OMV_GENX320_ENABLE=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_LWIP = 1
|
|
MICROPY_PY_SSL = 1
|
|
MICROPY_PY_SSL_ECDSA_SIGN_ALT = 0
|
|
MICROPY_SSL_MBEDTLS = 1
|
|
MICROPY_PY_NETWORK_CYW43 = 1
|
|
MICROPY_PY_BLUETOOTH = 1
|
|
MICROPY_BLUETOOTH_NIMBLE = 1
|
|
MICROPY_PY_DISPLAY = 1
|
|
MICROPY_PY_TV = 1
|
|
MICROPY_PY_ML = 1
|
|
MICROPY_PY_ML_TFLM = 1
|
|
MICROPY_PY_OPENAMP = 0
|
|
MICROPY_PY_OPENAMP_REMOTEPROC = 0
|