zephyr/samples/mpu
Ioannis Glaropoulos 52b729a6a4 arch: arm: fix mem domain sample/test for ARMv8-M access permissions
This commit updates the mem_domain_apis_test sample and the
mem_protect test, so they can compile and execute in ARMv8-M
platforms, which do not support the P_RW_U_RO access permissions
combination (privileged read/write, unprivileged read-only). The
modification consists of, simply, selecting a different access
permission (P_RO_U_RO) when building for ARMv8-M MPUs with the
unmodified ARM MPU architecture.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2018-10-09 19:33:24 -04:00
..
mem_domain_apis_test arch: arm: fix mem domain sample/test for ARMv8-M access permissions 2018-10-09 19:33:24 -04:00
mpu_stack_guard_test arch: setup logging using new logger 2018-10-08 17:49:12 -04:00
mpu_test shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
index.rst