mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #634 from openmv/frozen_mods
Freeze all the modules in scripts/libraries.
This commit is contained in:
commit
f50b9f21fb
@ -31,6 +31,7 @@ script:
|
||||
- popd
|
||||
- arm-none-eabi-gcc --version
|
||||
# build firmware
|
||||
- make -j5 -C src/micropython/mpy-cross
|
||||
- make -j5 TARGET=$TARGET -C src
|
||||
- mkdir ~/build/$TARGET
|
||||
- cp -r src/build/bin/* ~/build/$TARGET
|
||||
|
||||
@ -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