mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
cpu/cortexm_common: add HAS_CORTEX_MPU feature
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
This commit is contained in:
parent
e32c772eb4
commit
fea44e8b35
@ -94,3 +94,8 @@ config HAS_CORTEXM_FPU
|
|||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
Indicates that a ARM Cortex-M FPU is present.
|
Indicates that a ARM Cortex-M FPU is present.
|
||||||
|
|
||||||
|
config HAS_CORTEXM_MPU
|
||||||
|
bool
|
||||||
|
help
|
||||||
|
Indicates that a ARM Cortex-M MPU is present.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user