adding stm32f7 family

This commit is contained in:
hathach
2021-01-13 13:20:09 +07:00
parent 8c5c46454f
commit 55566bb188
5 changed files with 14 additions and 13 deletions
@@ -0,0 +1,12 @@
PORT ?= 1
SPEED ?= high
CFLAGS += \
-DSTM32F723xx \
-DHSE_VALUE=25000000 \
LD_FILE = $(BOARD_PATH)/STM32F723xE_FLASH.ld
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f723xx.s
# flash target using on-board stlink
flash: flash-stlink