zephyr/drivers/clock_control
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
..
Kconfig clock_control: stm32f4x: introduce driver for STM32F4x RCC 2016-10-28 18:58:03 +00:00
Kconfig.nrf5 drivers: clock_control: Add nRF5x 32KHz source and accuracy support 2016-11-07 12:04:02 +00:00
Kconfig.quark_se boards: rename Quark SE Devboard to Quark SE C1000 2016-09-16 03:10:31 +00:00
Kconfig.stm32f4x clock_control: stm32f4x: introduce driver for STM32F4x RCC 2016-10-28 18:58:03 +00:00
Kconfig.stm32f10x stm32: rename SOC_STM32F1X -> SOC_SERIES_STM32F1X 2016-04-18 21:24:58 +00:00
Makefile clock_control: stm32f4x: introduce driver for STM32F4x RCC 2016-10-28 18:58:03 +00:00
nrf5_power_clock.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
quark_se_clock_control.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
stm32f4x_clock.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
stm32f10x_clock.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00