zephyr/doc/kernel_v2/threads
Allan Stephens 073442ecc5 kernel: Treat aborting by main() as a fatal system error
An application-supplied main() routine is now considered to be
essential to system operation. Thus, if main() experiences an
error that aborts the main thread a fatal system error is raised.

Note: If main() completes its work and does a standard return-
to-caller the main thread terminates normally.

Change-Id: Icc9499f13578299244a856a246ad2a7d34a72f54
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-11-10 18:51:42 +00:00
..
custom_data.rst kernel: rename k_am_in_isr() to k_is_in_isr() 2016-11-08 20:27:31 -05:00
lifecycle.rst kernel: Rename USE_FP and USE_SSE symbols 2016-11-07 18:52:31 +00:00
scheduling.rst unified/doc: Minor updates to thread sections in Kernel Primer 2016-10-11 20:21:04 +00:00
system_threads.rst kernel: Treat aborting by main() as a fatal system error 2016-11-10 18:51:42 +00:00
threads.rst unified/doc: Kernel primer for unified kernel 2016-10-05 14:54:47 +00:00