zephyr/doc/guides/porting
Andrew Boie 71ce8ceb18 kernel: consolidate error handling code
* z_NanoFatalErrorHandler() is now moved to common kernel code
  and renamed z_fatal_error(). Arches dump arch-specific info
  before calling.
* z_SysFatalErrorHandler() is now moved to common kernel code
  and renamed k_sys_fatal_error_handler(). It is now much simpler;
  the default policy is simply to lock interrupts and halt the system.
  If an implementation of this function returns, then the currently
  running thread is aborted.
* New arch-specific APIs introduced:
  - z_arch_system_halt() simply powers off or halts the system.
* We now have a standard set of fatal exception reason codes,
  namespaced under K_ERR_*
* CONFIG_SIMPLE_FATAL_ERROR_HANDLER deleted
* LOG_PANIC() calls moved to k_sys_fatal_error_handler()

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-07-25 15:06:58 -07:00
..
board
arch.rst kernel: consolidate error handling code 2019-07-25 15:06:58 -07:00
board_porting.rst docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
cmsis_rtos_v1.rst doc: fix misspelling in docs and API comments 2019-03-27 15:59:09 -04:00
cmsis_rtos_v2.rst doc: fix misspelling in docs and API comments 2019-03-27 15:59:09 -04:00
index.rst
porting_to_zephyr.rst
shields.rst doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00