more make update
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
MCU_VARIANT = stm32f746xx
|
||||
|
||||
PORT ?= 0
|
||||
SPEED ?= full
|
||||
|
||||
@@ -5,13 +7,8 @@ CFLAGS += \
|
||||
-DSTM32F746xx \
|
||||
-DHSE_VALUE=8000000
|
||||
|
||||
# GCC
|
||||
# Linker
|
||||
LD_FILE_GCC = $(BOARD_PATH)/STM32F746ZGTx_FLASH.ld
|
||||
SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f746xx.s
|
||||
|
||||
# IAR
|
||||
SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f746xx.s
|
||||
LD_FILE_IAR = $(ST_CMSIS)/Source/Templates/iar/linker/stm32f746xx_flash.icf
|
||||
|
||||
# flash target using on-board stlink
|
||||
flash: flash-stlink
|
||||
|
||||
Reference in New Issue
Block a user