mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
cpu/cortexm_common: use mpu stack guard if DEVELHELP is enabled
This commit is contained in:
parent
f4a2148642
commit
2f30aaaf06
@ -18,3 +18,8 @@ FEATURES_OPTIONAL += cortexm_fpu
|
||||
ifneq (,$(filter cortexm_fpu,$(FEATURES_USED)))
|
||||
DEFAULT_MODULE += cortexm_fpu
|
||||
endif
|
||||
|
||||
# Enable the MPU stack guard if develhelp is enabled
|
||||
ifeq (1, $(DEVELHELP))
|
||||
FEATURES_OPTIONAL += cortexm_mpu
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user