1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00

cpu/cortexm_common: add HAS_CORTEX_MPU feature

Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
This commit is contained in:
Jean Pierre Dudey 2020-06-04 22:16:43 -05:00
parent e32c772eb4
commit fea44e8b35
No known key found for this signature in database
GPG Key ID: 631A70D74E41F1AD

View File

@ -94,3 +94,8 @@ config HAS_CORTEXM_FPU
bool
help
Indicates that a ARM Cortex-M FPU is present.
config HAS_CORTEXM_MPU
bool
help
Indicates that a ARM Cortex-M MPU is present.