zephyr/drivers/console
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
ipm_console_receiver.c
ipm_console_sender.c
Kconfig uart: Add driver for posix arch 2018-09-27 17:24:34 +02:00
Kconfig.telnet drivers: console: Kconfig: Remove redundant 'default n' properties 2018-07-08 22:12:54 -04:00
Kconfig.ws drivers: console: Kconfig: Remove redundant 'default n' properties 2018-07-08 22:12:54 -04:00
native_posix_console.c native_posix: Add missing headers and function prototypes 2018-08-02 19:14:19 +02:00
ram_console.c
rtt_console.c
telnet_console.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
telnet_protocol.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
uart_console.c
uart_mcumgr.c
uart_pipe.c
websocket_console.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
xtensa_sim_console.c