11 lines
253 B
Makefile
Raw Normal View History

2022-10-13 17:37:28 +08:00
CFLAGS += \
-DSTM32U575xx \
# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/STM32U575AIIXQ_FLASH.ld
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32u575xx.s
# For flash-jlink target
2023-09-19 17:59:38 +07:00
JLINK_DEVICE = stm32u575ai