zephyr/tests/kernel/fatal
Piotr Zięcik 1c16cfcc30 arch: arm: Make ARM_MPU the sole option controlling MPU usage
This commit removes all MPU-related (ARM_CORE_MPU and NXP_MPU)
options exept ARM_MPU, which becomes master switch controlling
MPU support on ARM.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2018-09-20 14:16:50 +02:00
..
src arch: arm: Make ARM_MPU the sole option controlling MPU usage 2018-09-20 14:16:50 +02:00
CMakeLists.txt cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
prj.conf tests: fatal: fix several issues 2018-05-22 15:59:07 -07:00
README tests: add fatal test case 2017-04-22 10:31:49 -04:00
sentinel.conf tests: fix the bug of sentinel.conf 2018-06-08 16:37:22 -05:00
testcase.yaml tests: kernel: style, tag, and category fixes 2018-04-25 14:18:15 +05:30

This test case verifies that kernel fatal error handling works correctly.

If a thread causes a CPU exception, and it is not in an ISR or "essential"
thread, the thread gets aborted and the rest of the system executes normally.