mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-25 11:35:22 +00:00
PRIMARY, SECONDARY, NANOKERNEL, MICROKERNEL init levels are now deprecated. New init levels introduced: PRE_KERNEL_1, PRE_KERNEL_2, POST_KERNEL to replace them. Most existing code has instances of PRIMARY replaced with PRE_KERNEL_1, SECONDARY with POST_KERNEL as SECONDARY has had a longstanding bug where the documentation specified SECONDARY ran before the kernel started up, but actually ran afterwards. Change-Id: I771bc634e9caf7f17dbf214a270bc9967eed7d32 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
altera_avalon_timer.c | ||
arcv2_timer0.c | ||
cortex_m_systick_gdb.S | ||
cortex_m_systick.c | ||
hpet.c | ||
Kconfig | ||
loapic_timer.c | ||
Makefile | ||
sys_clock_init.c |