mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
fix xmc4000 build
This commit is contained in:
parent
4da1a9359d
commit
158b3d761d
@ -2,6 +2,9 @@ MCU_VARIANT = XMC4500
|
||||
CFLAGS += \
|
||||
-DXMC4500_F100x1024 \
|
||||
|
||||
# mcu driver cause following warnings
|
||||
CFLAGS += -Wno-error=stringop-overread
|
||||
|
||||
LD_FILE = $(MCU_DIR)/CMSIS/Infineon/COMPONENT_$(MCU_VARIANT)/Source/TOOLCHAIN_GCC_ARM/XMC4500x1024.ld
|
||||
|
||||
JLINK_DEVICE = XMC4500-1024
|
||||
|
Loading…
x
Reference in New Issue
Block a user