blob: a18b3231dbfb01502eea1f0f660b5550994b108d [file] [log] [blame]
Austin Schuh41baf202022-01-01 14:33:40 -08001# Only OTG-HS has a connector on this board
2PORT ?= 1
3SPEED ?= high
4
5CFLAGS += \
6 -DSTM32F723xx \
7 -DHSE_VALUE=25000000 \
8
9# All source paths should be relative to the top level.
10LD_FILE = $(BOARD_PATH)/STM32F723xE_FLASH.ld
11SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f723xx.s
12
13# flash target using on-board stlink
14flash: flash-stlink