Files
tinyUSB/hw/bsp/stm32u5/boards/stm32u575eval/board.mk

10 lines
219 B
Makefile
Raw Normal View History

2025-04-17 14:34:55 +07:00
MCU_VARIANT = stm32u575xx
2022-10-13 17:37:28 +08:00
CFLAGS += \
-DSTM32U575xx \
# All source paths should be relative to the top level.
LD_FILE = ${FAMILY_PATH}/linker/STM32U575xx_FLASH.ld
2022-10-13 17:37:28 +08:00
# For flash-jlink target
2023-09-19 17:59:38 +07:00
JLINK_DEVICE = stm32u575ai