mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-23 00:40:12 +00:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
MCU_VARIANT = stm32h563xx
|
|
|
|
CFLAGS += \
|
|
-DSTM32H563xx
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = stm32h563zi
|