change F207 to use new dwc2

This commit is contained in:
hathach
2021-10-31 00:09:40 +07:00
parent b85a6898af
commit 215e0595ab
3 changed files with 7 additions and 4 deletions

View File

@@ -8,5 +8,8 @@ CFLAGS += \
LD_FILE = $(BOARD_PATH)/STM32F767ZITx_FLASH.ld
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f767xx.s
# For flash-jlink target
JLINK_DEVICE = stm32f767zi
# flash target using on-board stlink
flash: flash-stlink