zephyr/drivers/serial
Jason Wang 6de7240d55 cmake: Fix console could not work on board frdm_kl25z
The CMakeLists lost the config for uart_mcux_lpsci.c, which is the
console driver for board frdm_kl25z. So just add "uart_mcux_lpsci.c"
into drivers/serial/CMakeLists.txt to make it work.

Signed-off-by: Jason Wang <jason.yanping.wang@hotmail.com>
2018-01-23 09:03:08 +05:30
..
CMakeLists.txt cmake: Fix console could not work on board frdm_kl25z 2018-01-23 09:03:08 +05:30
Kconfig serial: add a serial driver for the SAM0 family. 2018-01-04 13:18:25 -05:00
Kconfig.altera_jtag
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.esp32 kconfig: serial: esp32: Make driver depend on SOC_ESP32 2017-08-04 08:22:59 -04:00
Kconfig.fe310
Kconfig.gecko drivers: serial: Add uart driver for Silabs EXX32 MCUs 2017-10-10 11:56:47 -05:00
Kconfig.mcux serial: Refactor mcux uart shim driver to use clock control interface 2017-10-20 12:28:11 -05:00
Kconfig.mcux_lpsci serial: Refactor mcux lpsci shim driver to use clock control interface 2017-10-20 12:28:11 -05:00
Kconfig.mcux_lpuart serial: Add another instance to the mcux lpuart driver 2017-11-15 09:09:58 -06:00
Kconfig.msp432p4xx drivers: serial: Add MSP-EXP432P401R UART 2017-10-19 12:16:11 -05:00
Kconfig.nrf5
Kconfig.ns16550 dts: x86: qemu_x86: Add device support for uart ns16550 2017-10-06 08:35:42 -04:00
Kconfig.nsim
Kconfig.qmsi
Kconfig.riscv_qemu
Kconfig.sam0 serial: add a serial driver for the SAM0 family. 2018-01-04 13:18:25 -05:00
Kconfig.stellaris
Kconfig.stm32
Kconfig.uart_sam
Kconfig.usart_sam
uart_altera_jtag_hal.c drivers: serial: Add Altera shim driver for JTAG UART soft IP 2017-11-17 07:46:40 -05:00
uart_cc32xx.c cc3200: Remove TI cc3200 SOC and LaunchXL board support 2017-08-15 11:02:48 -05:00
uart_cmsdk_apb.c
uart_esp32.c esp32: Prefix ROM routines with `esp32_rom_` 2017-10-09 20:53:22 -04:00
uart_fe310.c
uart_gecko.c drivers: serial: Add uart driver for Silabs EXX32 MCUs 2017-10-10 11:56:47 -05:00
uart_handlers.c drivers: uart: add system call handlers 2017-10-30 13:20:19 -07:00
uart_mcux.c serial: Refactor mcux uart shim driver to use clock control interface 2017-10-20 12:28:11 -05:00
uart_mcux_lpsci.c serial: Refactor mcux lpsci shim driver to use clock control interface 2017-10-20 12:28:11 -05:00
uart_mcux_lpuart.c serial: Add another instance to the mcux lpuart driver 2017-11-15 09:09:58 -06:00
uart_msp432p4xx.c drivers: serial: Add MSP-EXP432P401R UART 2017-10-19 12:16:11 -05:00
uart_nrf5.c drivers: serial: Fix nRF5x UART IRQ Mask values 2017-12-04 12:26:14 +01:00
uart_ns16550.c serial/uart_ns16500: poll THRE to determine when data can be written 2017-09-12 11:24:56 -04:00
uart_ns16550.h
uart_nsim.c
uart_qmsi.c driver: serial: Get interrupt number from dts 2017-12-15 11:22:55 -06:00
uart_riscv_qemu.c
uart_sam.c
uart_sam0.c serial: sam0: add support for interrupt based transmit. 2018-01-10 21:49:18 -05:00
uart_stellaris.c
uart_stm32.c drivers: serial: use the right clock busses for STM32F0 series UARTs 2018-01-11 19:00:19 -05:00
uart_stm32.h
usart_sam.c