mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Disable ulab for omv2.
This commit is contained in:
parent
242ee1d6fc
commit
26b37c100c
@ -444,6 +444,7 @@ FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/extmod/,\
|
||||
modussl_mbedtls.o \
|
||||
)
|
||||
|
||||
ifeq ($(MICROPY_PY_ULAB), 1)
|
||||
FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/extmod/ulab/,\
|
||||
code/fft.o \
|
||||
code/linalg.o \
|
||||
@ -453,6 +454,7 @@ FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/extmod/ulab/,\
|
||||
code/ulab.o \
|
||||
code/vectorise.o \
|
||||
)
|
||||
endif
|
||||
|
||||
FIRM_OBJ += $(addprefix $(BUILD)/$(MICROPY_DIR)/lib/oofatfs/,\
|
||||
ff.o \
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 8667381c656314a3ec35f2befcdddd3040fba946
|
||||
Subproject commit f9268fe47530885bb212a66b82630cb8738881b0
|
||||
@ -9,3 +9,4 @@ STARTUP=startup_stm32f765xx
|
||||
VECT_TAB_OFFSET=0x20000
|
||||
MAIN_APP_ADDR=0x08020000
|
||||
FROZEN_MPY_DIR=$(TOP_DIR)/../scripts/libraries
|
||||
MICROPY_PY_ULAB = 1
|
||||
|
||||
@ -9,3 +9,4 @@ STARTUP=startup_stm32h743xx
|
||||
VECT_TAB_OFFSET=0x40000
|
||||
MAIN_APP_ADDR=0x08040000
|
||||
FROZEN_MPY_DIR=$(TOP_DIR)/../scripts/libraries
|
||||
MICROPY_PY_ULAB = 1
|
||||
|
||||
@ -9,3 +9,4 @@ STARTUP=startup_stm32h743xx
|
||||
VECT_TAB_OFFSET=0x40000
|
||||
MAIN_APP_ADDR=0x08040000
|
||||
FROZEN_MPY_DIR=$(TOP_DIR)/../scripts/libraries
|
||||
MICROPY_PY_ULAB = 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user