mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
cpu/efm32: adapt MPU-capable cpus
This commit is contained in:
parent
e8314811ae
commit
d831a7e746
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user