add stm32f769disco into f7 family

This commit is contained in:
hathach
2021-01-13 14:17:15 +07:00
parent e252fade2c
commit fecad9bab4
7 changed files with 176 additions and 366 deletions
@@ -0,0 +1,13 @@
# Only OTG-HS has a connector on this board
PORT ?= 1
SPEED ?= high
CFLAGS += \
-DSTM32F769xx \
-DHSE_VALUE=25000000 \
LD_FILE = $(BOARD_PATH)/STM32F769ZITx_FLASH.ld
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f769xx.s
# flash target using on-board stlink
flash: flash-stlink