2025-04-17 14:34:55 +07:00
|
|
|
MCU_VARIANT = stm32u585xx
|
2024-09-14 20:23:31 +02:00
|
|
|
CFLAGS += \
|
|
|
|
-DSTM32U585xx \
|
|
|
|
|
|
|
|
# All source paths should be relative to the top level.
|
|
|
|
LD_FILE = ${FAMILY_PATH}/linker/STM32U575xx_FLASH.ld
|
|
|
|
|
|
|
|
# For flash-jlink target
|
|
|
|
JLINK_DEVICE = stm32u585zi
|