zephyr/drivers/serial
Alberto Escolar Piedras 013f279111 uart: Add driver for posix arch
Added a new UART driver for posix arch boards.
The driver can be configured to either attach to a new
pseudo-terminal, or to connect to the invoking shell
stdin-out.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-09-27 17:24:34 +02:00
..
CMakeLists.txt uart: Add driver for posix arch 2018-09-27 17:24:34 +02:00
Kconfig uart: Add driver for posix arch 2018-09-27 17:24:34 +02:00
Kconfig.altera_jtag
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko
Kconfig.imx
Kconfig.mcux
Kconfig.mcux_lpc_usart
Kconfig.mcux_lpsci
Kconfig.mcux_lpuart drivers: serial: Add instances to mcux lpuart shim driver 2018-09-27 05:55:55 +05:30
Kconfig.miv
Kconfig.msp432p4xx
Kconfig.native_posix uart: Add driver for posix arch 2018-09-27 17:24:34 +02:00
Kconfig.nrfx boards: nrf: uart: Moved UART pin configuration to DTS (nRF boards) 2018-09-11 23:29:50 -05:00
Kconfig.ns16550
Kconfig.nsim
Kconfig.psoc6 drivers: serial: Add Cypress PSoC6 UART driver 2018-09-21 18:50:59 -04:00
Kconfig.qmsi
Kconfig.riscv_qemu
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.uart_sam
Kconfig.usart_sam
uart_altera_jtag_hal.c
uart_cc32xx.c
uart_cmsdk_apb.c
uart_esp32.c
uart_gecko.c
uart_handlers.c
uart_imx.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
uart_mcux_lpsci.c
uart_mcux_lpuart.c drivers: serial: Add instances to mcux lpuart shim driver 2018-09-27 05:55:55 +05:30
uart_mcux.c
uart_miv.c
uart_msp432p4xx.c
uart_native_posix.c uart: Add driver for posix arch 2018-09-27 17:24:34 +02:00
uart_nrfx_uart.c boards: nrf: uart: Moved UART pin configuration to DTS (nRF boards) 2018-09-11 23:29:50 -05:00
uart_nrfx_uarte.c boards: nrf: uart: Moved UART pin configuration to DTS (nRF boards) 2018-09-11 23:29:50 -05:00
uart_ns16550.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
uart_ns16550.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
uart_nsim.c
uart_psoc6.c drivers: serial: Add Cypress PSoC6 UART driver 2018-09-21 18:50:59 -04:00
uart_qmsi.c
uart_riscv_qemu.c
uart_sam.c
uart_sam0.c
uart_sifive.c
uart_stellaris.c
uart_stm32.c
uart_stm32.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
usart_mcux_lpc.c
usart_sam.c