zephyr/arch/arm
Andrew Boie 0b474eef9c kernel: deprecate old init levels
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>
2016-11-09 17:59:44 +00:00
..
core kernel: add __ASSERT() for thread priorities 2016-11-08 20:27:31 -05:00
include kernel: Rename USE_FP and USE_SSE symbols 2016-11-07 18:52:31 +00:00
soc kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
defconfig arm: defconfig: Remove platform-specific options 2016-10-27 15:00:47 +00:00
Kbuild soc: arm: add Makefiles one level up 2016-04-22 21:33:26 +00:00
Kconfig doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Makefile arch: Add support for Cortex-M7 processor 2016-10-26 12:58:40 -05:00