cpu/efm32: adapt MPU-capable cpus

This commit is contained in:
Bas Stottelaar 2020-11-05 12:55:30 +01:00
parent e8314811ae
commit d831a7e746

View File

@ -4,7 +4,7 @@ include $(RIOTCPU)/efm32/efm32-features.mk
CPU_CORE = $(EFM32_ARCHITECTURE)
# families without MPU
ifeq (,$(filter efm32zg, $(CPU_FAM)))
ifeq (,$(filter efm32zg efm32hg, $(CPU_FAM)))
FEATURES_PROVIDED += cortexm_mpu
endif