zephyr/tests/kernel/threads
Andrew Boie f2422f1f19 tests: clean up fatal error handlers
- k_sys_fatal_error_handler() can return on all platforms,
  indicating that the faulting thread should be aborted.
- Hang the system for unexpected faults instead of trying
  to keep going, we have no idea whether the system is even
  runnable.

Prevents infinite crash loops during tests.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-08-06 19:32:22 -07:00
..
dynamic_thread tests: clean up fatal error handlers 2019-08-06 19:32:22 -07:00
no-multithreading boards: remove galileo board 2019-07-29 21:30:25 -07:00
thread_apis
thread_init