We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da1a93 commit 158b3d7Copy full SHA for 158b3d7
hw/bsp/xmc4000/boards/xmc4500_relax/board.mk
@@ -2,6 +2,9 @@ MCU_VARIANT = XMC4500
2
CFLAGS += \
3
-DXMC4500_F100x1024 \
4
5
+# mcu driver cause following warnings
6
+CFLAGS += -Wno-error=stringop-overread
7
+
8
LD_FILE = $(MCU_DIR)/CMSIS/Infineon/COMPONENT_$(MCU_VARIANT)/Source/TOOLCHAIN_GCC_ARM/XMC4500x1024.ld
9
10
JLINK_DEVICE = XMC4500-1024
0 commit comments