mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Freeze all the modules in scripts/libraries.
This commit is contained in:
parent
4100122ef5
commit
757d783049
@ -538,6 +538,7 @@ export TOP_DIR
|
||||
export BUILD
|
||||
export TARGET
|
||||
export STARTUP
|
||||
export FROZEN_MPY_DIR
|
||||
###################################################
|
||||
all: $(OPENMV)
|
||||
|
||||
|
||||
@ -8,3 +8,4 @@ CFLAGS_MCU=MCU_SERIES_F7
|
||||
STARTUP=startup_stm32f765xx
|
||||
VECT_TAB_OFFSET=0x20000
|
||||
MAIN_APP_ADDR=0x08020000
|
||||
FROZEN_MPY_DIR=$(TOP_DIR)/../scripts/libraries
|
||||
|
||||
@ -8,3 +8,4 @@ CFLAGS_MCU=MCU_SERIES_H7
|
||||
STARTUP=startup_stm32h743xx
|
||||
VECT_TAB_OFFSET=0x40000
|
||||
MAIN_APP_ADDR=0x08040000
|
||||
FROZEN_MPY_DIR=$(TOP_DIR)/../scripts/libraries
|
||||
|
||||
@ -8,3 +8,4 @@ CFLAGS_MCU=MCU_SERIES_H7
|
||||
STARTUP=startup_stm32h743xx
|
||||
VECT_TAB_OFFSET=0x40000
|
||||
MAIN_APP_ADDR=0x08040000
|
||||
FROZEN_MPY_DIR=$(TOP_DIR)/../scripts/libraries
|
||||
|
||||
Loading…
Reference in New Issue
Block a user