mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-22 15:40:06 +00:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
MCU_VARIANT = stm32h573xx
|
|
|
|
CFLAGS += \
|
|
-DSTM32H573xx
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = stm32h573ii
|