zephyr/tests/kernel/mem_protect
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
..
app_memory cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
mem_protect arch: arm: fix mem domain sample/test for ARMv8-M access permissions 2018-10-09 19:33:24 -04:00
obj_validation cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
protection cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
stack_random cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
stackprot cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
syscalls tests: mem_protect: syscalls: set CONFIG_USERSPACE in prj.conf 2018-09-18 17:03:57 -04:00
userspace tests: userspace: Incorrect location to the privileged stack. 2018-09-20 20:35:25 -04:00
x86_mmu_api portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30