zephyr/drivers/pinmux
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
..
dev kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
k64 kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
stm32 kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
Kconfig pinmux: k64f: remove unused Kconfig section 2016-10-18 20:14:52 +00:00
Kconfig.stm32 stm32: rename CONFIG_SOC_STM32 -> CONFIG_SOC_FAMILY_STM32 2016-04-18 21:24:58 +00:00
Makefile boards: 96b_carbon: Add support for 96boards Carbon board 2016-10-28 18:58:06 +00:00
pinmux.h
pinmux_quark_mcu.h quark: move pinmux files to board/ 2016-05-28 10:22:31 -04:00