zephyr/kernel/nanokernel
Dirk Brandewie ac3fdf0be1 init: Add init system calls to micro and nano kernel init
Add the call sites for the various init levels defined by the init
system.

These call sites are noops if there is no init proceedure registered
at a given init level.

pre_app_init has been renamed to app_early_init and late_initconfig to
app_late_init to better reflect the ordering and intended use of these
init levels

Change-Id: I71e38d936a97da8fe163f4b7cf0ce6725f1c903e
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
2016-02-05 20:14:27 -05:00
..
include Rename nanokernel's offsets/common.h to nano_offsets.h 2016-02-05 20:14:26 -05:00
Kconfig nanokernel: add CONFIG_NANO_TIMEOUTS 2016-02-05 20:14:22 -05:00
Makefile Eliminate nanokernel's nanometrics.c 2016-02-05 20:14:26 -05:00
compiler_stack_protect.c Rename nanokernel's nanok.h to nano_private.h 2016-02-05 20:14:26 -05:00
ctors.c Eliminate kernel/common/bsp sub-directory 2016-02-05 20:13:51 -05:00
device.c init: Add init system calls to micro and nano kernel init 2016-02-05 20:14:27 -05:00
idle.c Rename nanokernel's nanok.h to nano_private.h 2016-02-05 20:14:26 -05:00
int_latency_bench.c Rename kernel's clock_vars.h to sys_clock.h 2016-02-05 20:14:26 -05:00
nano_context.c Rename nanokernel's nanok.h to nano_private.h 2016-02-05 20:14:26 -05:00
nano_fiber.c Rename nanokernel's nanok.h to nano_private.h 2016-02-05 20:14:26 -05:00
nano_fifo.c Rename nanokernel's nanok.h to nano_private.h 2016-02-05 20:14:26 -05:00
nano_init.c init: Add init system calls to micro and nano kernel init 2016-02-05 20:14:27 -05:00
nano_lifo.c Rename nanokernel's nanok.h to nano_private.h 2016-02-05 20:14:26 -05:00
nano_sema.c Rename nanokernel's nanok.h to nano_private.h 2016-02-05 20:14:26 -05:00
nano_stack.c Rename nanokernel's nanok.h to nano_private.h 2016-02-05 20:14:26 -05:00
nano_sys_clock.c Rename kernel's clock_vars.h to sys_clock.h 2016-02-05 20:14:26 -05:00
nano_timer.c Rename nanokernel's nanok.h to nano_private.h 2016-02-05 20:14:26 -05:00
version.c Eliminate unnecessary references to cpu.h and cputype.h 2016-02-05 20:14:14 -05:00