zephyr/tests/kernel/fatal
Andrew Boie 68d3678abb tests: use k_thread_create()
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-05-11 20:24:22 -04:00
..
src tests: use k_thread_create() 2017-05-11 20:24:22 -04:00
Makefile
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.