add f746nucleo to group f7

This commit is contained in:
hathach
2021-01-13 16:41:00 +07:00
parent 6eba383009
commit 75c58e08e5
6 changed files with 108 additions and 304 deletions
@@ -0,0 +1,12 @@
PORT ?= 0
SPEED ?= full
CFLAGS += \
-DSTM32F746xx \
-DHSE_VALUE=8000000
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