zephyr/arch/arm/core/cortex_m
Ioannis Glaropoulos 8354f4c274 arch: arm: nxp mpu: align MPU disable function with that of ARM MPU
This commit aligns the implementation of arm_core_mpu_disable()
function in NXP MPU with the implementation in the ARM MPU
module, by introducing a Data Memory Barrier, (DMB) instead of
a DSB instruction. This is in accordance with the ARM guidelines
of using the memory protection unit.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-02-27 13:24:49 -06:00
..
cmse
mpu arch: arm: nxp mpu: align MPU disable function with that of ARM MPU 2019-02-27 13:24:49 -06:00
tz
CMakeLists.txt
exc_manage.c
Kconfig arch: arm: update doc for 8-byte stack alignment option for Cortex-M 2019-02-06 18:54:58 -05:00
nmi_on_reset.S
nmi.c
prep_c.c arm: cortex_m: prep_c: Fix compile warning with relocate_vector_table 2019-02-21 09:32:07 -05:00
reset.S
scb.c
vector_table.h
vector_table.S