zephyr/subsys/console
Paul Sokolovsky c524ff6b8c subsys: console: getchar: Use consistent var names for RX path
Initially, there was support only for buffered input, and adhoc var
names used. Later, buffered output support was added, with variables
consistently using "tx_" prefix. Now, rename the original RX path
to use symmetric "rx_" prefix.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-06-11 17:41:44 -04:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
getchar.c subsys: console: getchar: Use consistent var names for RX path 2018-06-11 17:41:44 -04:00
getline.c subsys: console: Add pull-style console API support. 2017-04-01 20:44:17 +00:00
Kconfig kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00