zephyr/kernel
Anas Nashif 83088a235c kernel: init: print boot banner before static threads
The boot banner is being printed after static threads have started, for
example this is visible with tests using ztest.
This puts the banner message before starting any threads.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-24 10:51:04 -04:00
..
include kernel: introduce opaque data type for stacks 2017-08-01 16:43:15 -07:00
Kconfig kernel: POSIX thread IPC support 2017-08-15 19:42:07 -04:00
Kconfig.event_logger
Kconfig.power_mgmt
Makefile kernel: POSIX thread IPC support 2017-08-15 19:42:07 -04:00
alert.c kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
atomic_c.c
compiler_stack_protect.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
device.c
errno.c
idle.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
init.c kernel: init: print boot banner before static threads 2017-08-24 10:51:04 -04:00
int_latency_bench.c
mailbox.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
mem_slab.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
mempool.c mem_pool: Don't check level_empty() before breaking a block 2017-07-31 09:14:59 -07:00
msg_q.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
mutex.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
pipes.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
poll.c
pthread.c kernel: POSIX thread IPC support 2017-08-15 19:42:07 -04:00
queue.c queue: Use k_poll if enabled 2017-08-15 08:49:09 -04:00
sched.c Scheduler: Same priority Preemptive threads should get equal time slice 2017-08-08 08:51:24 -04:00
sem.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
stack.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
sys_clock.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
system_work_q.c
thread.c kernel: introduce opaque data type for stacks 2017-08-01 16:43:15 -07:00
thread_abort.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
timer.c
version.c
work_q.c work_q: Make k_delayed_work_cancel cancel work already pending 2017-08-15 08:49:09 -04:00