group h743eval and h743nucleo into stm32h7

tested and work well
This commit is contained in:
hathach
2021-03-03 20:07:17 +07:00
parent e1966f8d91
commit 5799c471f1
15 changed files with 339 additions and 996 deletions
@@ -0,0 +1,13 @@
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