zephyr/tests
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
..
application_development cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
benchmarks kernel: Fix compilation errors when CONFIG_TIMESLICING=n 2018-09-25 12:54:58 +05:30
bluetooth tests: Bluetooth: shell: Whitelist nrf52840_pca10056 2018-10-03 11:03:21 -05:00
boards subsys/usb: Move to new logger subsystem 2018-10-08 12:54:57 -04:00
booting/stub cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
cmsis_rtos_v1 lib/cmsis_rtos_v1: Fix some Kconfig inconsistencies 2018-10-02 14:08:33 -07:00
compliance
crypto tests: crypto: use CONFIG_LOG 2018-10-08 17:49:12 -04:00
drivers tests: wdt_basic_api: rename noinit section 2018-10-09 08:23:41 -04:00
include shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
kernel arch: arm: fix mem domain sample/test for ARMv8-M access permissions 2018-10-09 19:33:24 -04:00
lib lib: ring_buffer: add raw byte access mode 2018-10-09 13:58:44 -04:00
misc/test_build cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
net tests: net: Convert to new logging system 2018-10-04 14:13:57 +03:00
posix tests: posix: fs: Use ssize_t/off_t types 2018-10-09 08:19:44 -04:00
power tracing: remove stray event_logger code 2018-09-05 16:05:08 -04:00
shell shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
subsys lib: ring_buffer: add raw byte access mode 2018-10-09 13:58:44 -04:00
unit cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
ztest ztest: remove unused include of sys_log.h 2018-10-08 17:49:12 -04:00
CMakeLists.txt
Kconfig Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00