mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
10 lines
199 B
Makefile
10 lines
199 B
Makefile
CFLAGS += \
|
|
-DSTM32WB55xx
|
|
|
|
LD_FILE = $(BOARD_PATH)/stm32wb55xx_flash_cm4.ld
|
|
|
|
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32wb55xx_cm4.s
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = STM32WB55RG
|