zephyr/kernel
Andrew Boie 8a9e8e0cd7 kernel: support log system for fatal errors
We introduce a new z_fatal_print() API and replace all
occurrences of exception handling code to use it.
This routes messages to the logging subsystem if enabled.
Otherwise, messages are sent to printk().

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-07-25 15:06:58 -07:00
..
include kernel: consolidate error handling code 2019-07-25 15:06:58 -07:00
atomic_c.c
CMakeLists.txt kernel: consolidate error handling code 2019-07-25 15:06:58 -07:00
compiler_stack_protect.c kernel: consolidate error handling code 2019-07-25 15:06:58 -07:00
device.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
errno.c
fatal.c kernel: support log system for fatal errors 2019-07-25 15:06:58 -07:00
futex.c kernel: delete k_futex_init() 2019-07-01 08:15:10 -07:00
idle.c
init.c linker: Add dtcm section for Cortex M7 MCUs 2019-07-19 10:05:46 +02:00
Kconfig kernel: Crank up default tick rate 2019-07-02 22:52:29 -04:00
Kconfig.power_mgmt
mailbox.c
mem_domain.c
mem_slab.c
mempool.c malloc: make sure returned memory is properly aligned 2019-07-03 14:17:29 -07:00
msg_q.c kernel: msgq: avoid single char variables for msgq 2019-07-04 10:04:27 -04:00
mutex.c
pipes.c
poll.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
queue.c cleanup: include/: move misc/sflist.h to sys/sflist.h 2019-06-27 22:55:49 -04:00
sched.c kernel: timeout: do not active time slicing if idle thread ready 2019-07-24 14:02:23 -07:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c kernel: consolidate error handling code 2019-07-25 15:06:58 -07:00
timeout.c kernel/timeout: Remove "clock_always_on", replace with "SLOPPY_IDLE" 2019-06-28 14:24:56 -07:00
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c