mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
MCU_VARIANT = stm32wb55xx
|
|
|
|
CFLAGS += \
|
|
-DSTM32WB55xx
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = STM32WB55RG
|