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
getchar.c
getline.c
Kconfig
line_fifo.c
tty.c subsys: console: tty: Use tty_putchar() instead of console_putchar() 2018-11-30 08:05:40 -08:00