1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

cpu/efm32: add CMSIS DSP include for arm_math.h

This commit is contained in:
Alexandre Abadie 2022-05-06 12:23:09 +02:00
parent c482090e1c
commit 2467ff0961
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -31,6 +31,9 @@ CFLAGS += -DCPU_FAM_$(call uppercase_and_underscore,$(CPU_FAM))
# include EFM32 specific driver headers
INCLUDES += -I$(RIOTCPU)/efm32/include/drivers
# arm_math.h is required by vendor headers and is located in CMSIS DSP includes
INCLUDES += -I$(PKGDIRBASE)/cmsis/CMSIS/DSP/Include
# include cortexm_common
LINKER_SCRIPT = cortexm.ld