add f767nucleo to stm32f7 group

This commit is contained in:
hathach
2021-01-13 13:46:21 +07:00
parent 55566bb188
commit e252fade2c
8 changed files with 217 additions and 399 deletions
@@ -0,0 +1,12 @@
PORT ?= 0
SPEED ?= full
CFLAGS += \
-DSTM32F767xx \
-DHSE_VALUE=8000000 \
LD_FILE = $(BOARD_PATH)/STM32F767ZITx_FLASH.ld
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f767xx.s
# flash target using on-board stlink
flash: flash-stlink