zephyr/kernel
Andrew Boie b6d961b7d4 kernel: remove log system support for fatal msgs
This needs further design work due to problems with logging
C strings. Just send always to printk() for now until this
is resolved.

Fixes: #18052

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-08-07 10:14:12 -07:00
..
include userspace: adjust arch memory domain interface 2019-08-05 13:25:50 +02:00
CMakeLists.txt kernel: consolidate error handling code 2019-07-25 15:06:58 -07:00
Kconfig tests: increase main stack size for x86 with ztest 2019-08-05 13:25:50 +02:00
Kconfig.power_mgmt
atomic_c.c
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: remove log system support for fatal msgs 2019-08-07 10:14:12 -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
mailbox.c
mem_domain.c userspace: adjust arch memory domain interface 2019-08-05 13:25:50 +02:00
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: sched: Do not force preempt when k_sched_unlock() 2019-08-06 10:19:50 +02:00
sem.c
smp.c
stack.c
system_work_q.c
thread.c userspace: set stack object earlier 2019-08-05 13:25:50 +02:00
thread_abort.c
timeout.c kernel: timeout: Fix macro usage in next_timeout function 2019-08-01 12:28:44 +02:00
timer.c
userspace.c
userspace_handler.c
version.c
work_q.c