fix build for 407blackvet
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
CFLAGS += -DSTM32F407xx
|
CFLAGS += -DSTM32F407xx
|
||||||
|
|
||||||
# GCC
|
# GCC
|
||||||
GCC_SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f407xx.s
|
SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f407xx.s
|
||||||
GCC_LD_FILE = $(BOARD_PATH)/STM32F407VETX_FLASH.ld
|
LD_FILE_GCC = $(BOARD_PATH)/STM32F407VETx_FLASH.ld
|
||||||
|
|
||||||
# IAR
|
# IAR
|
||||||
IAR_SRC_S += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f407xx.s
|
SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f407xx.s
|
||||||
IAR_LD_FILE = $(ST_CMSIS)/Source/Templates/iar/linker/stm32f407xx_flash.icf
|
LD_FILE_IAR = $(ST_CMSIS)/Source/Templates/iar/linker/stm32f407xx_flash.icf
|
||||||
|
|
||||||
|
|
||||||
# For flash-jlink target
|
# For flash-jlink target
|
||||||
|
Reference in New Issue
Block a user