zephyr/subsys/console
Paul Sokolovsky 5acb7fc9a9 subsys: console: Make CONSOLE_GETCHAR and *_GETLINE optional
It should be possible to make both these options off, and that
should be default, otherwise targets not supporting them yet, e.g.
native_posix, have build issues.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-06-20 15:59:12 -04:00
..
CMakeLists.txt subsys: console: Factor out fifo-based console input abstraction 2018-06-20 15:59:12 -04:00
Kconfig subsys: console: Make CONSOLE_GETCHAR and *_GETLINE optional 2018-06-20 15:59:12 -04:00
getchar.c subsys: console: getchar: Use consistent var names for RX path 2018-06-11 17:41:44 -04: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