mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 02:51:56 +00:00
Previously, this was only done if an essential thread self-exited, and was a runtime check that generated a kernel panic. Now if any thread has k_thread_abort() called on it, and that thread is essential to the system operation, this check is made. It is now an assertion. _NANO_ERR_INVALID_TASK_EXIT checks and printouts removed since this is now an assertion. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
mpu | ||
offsets | ||
atomic.S | ||
cache.c | ||
cpu_idle.S | ||
fast_irq.S | ||
fatal.c | ||
fault_s.S | ||
fault.c | ||
irq_manage.c | ||
irq_offload.c | ||
isr_wrapper.S | ||
Makefile | ||
prep_c.c | ||
regular_irq.S | ||
reset.S | ||
swap.S | ||
sys_fatal_error_handler.c | ||
thread_entry_wrapper.S | ||
thread.c | ||
timestamp.c | ||
vector_table.c |