zephyr/kernel
Inaky Perez-Gonzalez 1abd064ce7 boot: move boot banner and delay before SYS_INIT_LEVEL_APPLICATION
Fixes https://github.com/zephyrproject-rtos/zephyr/issues/1280, but
also many other failures, where output was garbled due to this. Other
similarly affected issues are missing first benchmark (context) in
latency benchmark and some net tests.

Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2017-09-07 18:29:05 -05:00
..
include timer: k_timer_start should accept 0 as duration parameter. 2017-09-06 10:18:39 -07:00
alert.c
atomic_c.c
compiler_stack_protect.c
device.c
errno.c
idle.c
init.c boot: move boot banner and delay before SYS_INIT_LEVEL_APPLICATION 2017-09-07 18:29:05 -05:00
int_latency_bench.c
Kconfig
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c kernel: Use SYS_DLIST_FOR_EACH_CONTAINER whenever possible 2017-08-25 09:08:50 -04:00
Makefile
mem_slab.c
mempool.c
msg_q.c
mutex.c
pipes.c
poll.c poll: Enable multiple threads to use k_poll in the same object 2017-08-25 09:00:46 -04:00
pthread.c
queue.c poll: Enable multiple threads to use k_poll in the same object 2017-08-25 09:00:46 -04:00
sched.c kernel: Use SYS_DLIST_FOR_EACH_CONTAINER whenever possible 2017-08-25 09:08:50 -04:00
sem.c poll: Enable multiple threads to use k_poll in the same object 2017-08-25 09:00:46 -04:00
stack.c
sys_clock.c
system_work_q.c
thread_abort.c
thread.c
timer.c timer: k_timer_start should accept 0 as duration parameter. 2017-09-06 10:18:39 -07:00
version.c
work_q.c