zephyr/subsys/console
Paul Sokolovsky 680085b3e2 subsys: console: tty: Allow to specify receive timeout
This allows to specify receive timeout, instead of previously
hardcoded K_FOREVER value. K_FOREVER is still the default, and can
be changes after tty initialization using tty_set_rx_timeout() call,
and timeout is stored as a property of tty. (Instead of e.g. being
a param of each receive call. Handling like that is required for
POSIX-like behavior of tty).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-11-04 17:31:39 -05:00
..
CMakeLists.txt subsys: console: Split serial tty handling to a separate module 2018-10-03 16:40:49 +02:00
getchar.c subsys: console: tty: Allow to specify receive timeout 2018-11-04 17:31:39 -05:00
getline.c samples, subsys, tests: Use ARRAY_SIZE() whenever possible 2018-06-14 19:12:51 -04:00
Kconfig subsys: console: Mark as EXPERIMENTAL. 2018-08-14 11:56:42 -07: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: Allow to specify receive timeout 2018-11-04 17:31:39 -05:00