zephyr/arch/arm/include
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
..
cortex_m arch: arm: cleanup workaround for QEMU Cortex-M3 2019-07-17 09:14:44 -07:00
kernel_arch_data.h cleanup: include/: move misc/dlist.h to sys/dlist.h 2019-06-27 22:55:49 -04:00
kernel_arch_func.h kernel: consolidate error handling code 2019-07-25 15:06:58 -07:00
kernel_arch_thread.h arch: arm: extend use of arch.mode variable in FP sharing mode 2019-05-21 15:29:44 -04:00
offsets_short_arch.h arch: arm: extend use of arch.mode variable in FP sharing mode 2019-05-21 15:29:44 -04:00