zephyr/subsys/console
Paul Sokolovsky ca8aea1a62 subsys: console: Split serial tty handling to a separate module
Before going further for API refactoring in console subsys, makes
sense to split "tty" implementation from "console" implementation,
to make it clearer that "console" is just a "tty" instantiated on
a particular UART device.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-10-03 16:40:49 +02:00
..
CMakeLists.txt subsys: console: Split serial tty handling to a separate module 2018-10-03 16:40:49 +02:00
Kconfig subsys: console: Mark as EXPERIMENTAL. 2018-08-14 11:56:42 -07:00
getchar.c subsys: console: Split serial tty handling to a separate module 2018-10-03 16:40:49 +02:00
getline.c samples, subsys, tests: Use ARRAY_SIZE() whenever possible 2018-06-14 19:12:51 -04:00
line_fifo.c subsys: console: Factor out fifo-based console input abstraction 2018-06-20 15:59:12 -04:00
tty.c subsys: console: Split serial tty handling to a separate module 2018-10-03 16:40:49 +02:00