add f746disco into f7 group

This commit is contained in:
hathach
2021-01-13 16:34:42 +07:00
parent 39d2c219b5
commit 6eba383009
11 changed files with 213 additions and 473 deletions
@@ -0,0 +1,12 @@
PORT ?= 1
SPEED ?= high
CFLAGS += \
-DSTM32F746xx \
-DHSE_VALUE=25000000
LD_FILE = $(BOARD_PATH)/STM32F746ZGTx_FLASH.ld
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f746xx.s
# flash target using on-board stlink
flash: flash-stlink