zephyr/drivers/serial
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 cc3200: Add a UART driver (polled and interrupt modes) 2016-11-04 14:53:33 +00:00
Kconfig.altera_jtag uart_altera_jtag: add JTAG UART driver for Nios II 2016-06-22 16:42:19 +00:00
Kconfig.atmel_sam3 serial: minor kconfig semantic changes 2016-03-17 21:05:11 +00:00
Kconfig.cc32xx cc3200: Add a UART driver (polled and interrupt modes) 2016-11-04 14:53:33 +00:00
Kconfig.k20 doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Kconfig.nrf5 drivers/serial: Make nRF5 UART pin configuration board-specific 2016-10-24 15:04:46 +00:00
Kconfig.ns16550 doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Kconfig.nsim uart/nsim: Make config for uart/nsim explicit 2016-02-05 20:24:57 -05:00
Kconfig.qmsi drivers: uart_qmsi: Re-enable HW FC for arduino_101 & quark_se_devboard 2016-04-25 11:42:50 +00:00
Kconfig.stellaris doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Kconfig.stm32 stm32: rename CONFIG_SOC_STM32 -> CONFIG_SOC_FAMILY_STM32 2016-04-18 21:24:58 +00:00
Makefile cc3200: Add a UART driver (polled and interrupt modes) 2016-11-04 14:53:33 +00:00
uart_altera_jtag.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
uart_atmel_sam3.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
uart_cc32xx.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
uart_k20.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
uart_k20.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_k20_priv.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
uart_nrf5.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
uart_ns16550.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
uart_ns16550.h uart/ns16550: implements new API of line control 2016-02-05 20:25:14 -05:00
uart_nsim.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
uart_qmsi.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
uart_stellaris.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
uart_stellaris.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_stm32.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
uart_stm32.h uart: stm32: add support for STM32F4 2016-10-28 18:58:05 +00:00