zephyr/subsys/console
Paul Sokolovsky 1165e852c1 subsys: console: tty: Use tty_putchar() instead of console_putchar()
To be properly layered.

This call is used to signal to user an input buffer overload. Take
a chance to output just a single character in this case, to avoid
amplification and possible output buffer overflow either.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-11-30 08:05:40 -08: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 tty definitions into tty.h, to form its own API 2018-11-30 08:05:40 -08: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: tty: Use tty_putchar() instead of console_putchar() 2018-11-30 08:05:40 -08:00