Files
tinyUSB/hw/bsp/stm32h7/boards/stm32h743eval/board.mk
hathach 5799c471f1 group h743eval and h743nucleo into stm32h7
tested and work well
2021-03-03 20:07:17 +07:00

14 lines
305 B
Makefile

CFLAGS += -DSTM32H743xx -DHSE_VALUE=25000000
# Default is Highspeed port
PORT ?= 1
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32h743xx.s
LD_FILE = $(BOARD_PATH)/stm32h743xx_flash.ld
# For flash-jlink target
JLINK_DEVICE = stm32h743xi
# flash target using on-board stlink
flash: flash-stlink