d43dd886a5
The Makefile now defines this variable to the correct value (but it can still be overridden by a board if necessary).
7 lines
176 B
Makefile
7 lines
176 B
Makefile
MCU_SERIES = f4
|
|
CMSIS_MCU = STM32F413xx
|
|
AF_FILE = boards/stm32f413_af.csv
|
|
LD_FILES = boards/stm32f413xh.ld boards/common_ifs.ld
|
|
TEXT0_ADDR = 0x08000000
|
|
TEXT1_ADDR = 0x08060000
|