zephyr/tests/kernel/fatal
Andrew Boie 15ed8ec7ea tests: use K_THREAD_STACK_DEFINE macros
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-06-09 18:53:28 -04:00
..
src tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
Makefile
prj-arc.conf
prj.conf
README
testcase.ini

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.