stm32/boards/NUCLEO_H743ZI: Update to build with new linker management.

This commit is contained in:
Damien George 2018-03-28 13:20:48 +11:00
parent b121c9515d
commit 1efe6a0316
1 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,6 @@ MCU_SERIES = h7
CMSIS_MCU = STM32H743xx
MICROPY_FLOAT_IMPL = double
AF_FILE = boards/stm32h743_af.csv
LD_FILE = boards/stm32h743.ld
TEXT_ADDR = 0x08040000
LD_FILES = boards/stm32h743.ld boards/common_ifs.ld
TEXT0_ADDR = 0x08000000
TEXT1_ADDR = 0x08040000