zephyr/arch/arm/soc/nxp_imx/rt
Maureen Helm 457699cd3c arm: Enable the ARM MPU on the NXP i.MX RT SoC and board
Unlike other NXP SoCs currently in Zephyr, the mimxrt1052 has the ARM
MPU rather than the NXP MPU. Start out by enabling it with a simple set
of memory regions for "flash" (ITCM), "ram" (DTCM), and the peripheral
buses. More regions will need to be added when we implement support for
external memories.

Tested with:
- samples/mpu/mpu_stack_guard_test
- tests/kernel/mem_protect/protection

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2017-11-15 09:09:58 -06:00
..
CMakeLists.txt
Kconfig.defconfig.mimxrt1052
Kconfig.defconfig.series
Kconfig.series
Kconfig.soc
arm_mpu_mem_cfg.h
arm_mpu_regions.c
linker.ld
soc.c
soc.h