We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625f1f5 commit eac9cdfCopy full SHA for eac9cdf
pkg/gecko_sdk/Makefile.include
@@ -12,3 +12,8 @@ ifneq (,$(filter gecko_sdk_librail_pa,$(USEMODULE)))
12
INCLUDES += -I$(PKGDIRBASE)/gecko_sdk/dist/radio/rail_lib/plugin/pa-conversions
13
INCLUDES += -I$(PKGDIRBASE)/gecko_sdk/dist/radio/rail_lib/plugin/pa-conversions/$(EFM32_LIBRAIL_PA_HEADER_NAME)/config
14
endif
15
+
16
+ifeq ($(CPU_CORE),cortex-m33)
17
+ # Disable -Wcast-align globally on cortex-m33 for this package
18
+ CFLAGS += -Wno-cast-align
19
+endif
0 commit comments