zephyr/subsys/console
Paul Sokolovsky 2ffb951630 console: Kconfig: Update for recent changes
Buffer sizes aren't required to be power of 2 for a while. Describe
that by setting buffers sizes to 0, one can get non interrupt driven
operation.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-12-20 12:21:49 +01:00
..
CMakeLists.txt subsys: console: Split serial tty handling to a separate module 2018-10-03 16:40:49 +02:00
Kconfig console: Kconfig: Update for recent changes 2018-12-20 12:21:49 +01:00
getchar.c tty: Remove buffer params from tty_init() 2018-12-20 12:21:49 +01:00
getline.c
line_fifo.c subsys: console: Factor out fifo-based console input abstraction 2018-06-20 15:59:12 -04:00
tty.c tty: Remove buffer params from tty_init() 2018-12-20 12:21:49 +01:00