Files
tinyUSB/hw/bsp/stm32h7rs/boards/stm32h7s3nucleo/board.mk

20 lines
379 B
Makefile
Raw Normal View History

MCU_VARIANT = stm32h7s3xx
CFLAGS += -DSTM32H7S3xx
# For flash-jlink target
JLINK_DEVICE = stm32h7s3xx
# flash target using on-board stlink
flash: flash-stlink
# Linker
LD_FILE_GCC = $(BOARD_PATH)/stm32h7s3xx_flash.ld
LD_FILE_IAR = $(BOARD_PATH)/stm32h7s3xx_flash.icf
SRC_C += \
$(ST_TCPP0203)/tcpp0203.c \
$(ST_TCPP0203)/tcpp0203_reg.c \
INC += \
$(TOP)/$(ST_TCPP0203) \