blob: 66d9ff8fb8f0b32e2d77fb56601229f0195ac162 [file] [log] [blame]
Austin Schuh41baf202022-01-01 14:33:40 -08001PORT ?= 1
2SPEED ?= high
3
4CFLAGS += \
5 -DSTM32F723xx \
6 -DHSE_VALUE=25000000 \
7
8LD_FILE = $(BOARD_PATH)/STM32F723xE_FLASH.ld
9SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f723xx.s
10
11# flash target using on-board stlink
12flash: flash-stlink
13
14# For flash-jlink target
15JLINK_DEVICE = stm32f723ie