zephyr/subsys/console
Paul Sokolovsky 95b64fb776 subsys: console: Refactor code to allow per-UART "tty" wrapper
Instead of having just one static "UART console" device, allow to
instantiate buffered, interrupt-driven POSIX-like "tty" wrapper for
any underlying device. Then, use this functionality to provide
compatible "console API".

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-08-16 06:18:50 -07:00
..
CMakeLists.txt
Kconfig subsys: console: Mark as EXPERIMENTAL. 2018-08-14 11:56:42 -07:00
getchar.c subsys: console: Refactor code to allow per-UART "tty" wrapper 2018-08-16 06:18:50 -07:00
getline.c
line_fifo.c