zephyr/samples
Paul Sokolovsky f6d8ab8289 subsys: console: Factor out fifo-based console input abstraction
Console subsystem is intended to be a layer between console drivers
and console clients, like e.g. shell. This change factors out code
from shell which dealed with individial console drivers and moves it
to console subsystem, under the name console_register_line_input().

To accommodate for this change, older console subsys Kconfig symbol
is changed from CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS
(CONFIG_CONSOLE is already used by console drivers). This signifies
that console subsystem is intended to deal with all of console
aspects in Zephyr (existing and new), not just provide some "new"
functionality on top of raw console drivers, like it initially
started.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-06-20 15:59:12 -04:00
..
application_development drivers: gpio: add dts support for nrf52 gpio 2018-06-14 15:56:39 +02:00
basic samples: servo_motor: Add support for the BBC micro:bit 2018-06-13 18:55:22 +02:00
bluetooth cmake: bluetooth: Don't #include gatt files from src files 2018-06-13 15:14:40 +02:00
boards samples: mesh/onoff-app: Enable persistent storage support 2018-06-15 15:47:27 +02:00
cpp_synchronization
display samples: move grove samples to sensors and display 2018-06-11 17:11:18 -04:00
drivers samples, subsys, tests: Use ARRAY_SIZE() whenever possible 2018-06-14 19:12:51 -04:00
hello_world
mpu
net samples: net: Check the return value of close() 2018-06-18 10:47:24 +03:00
nfc/nfc_hello
philosophers
sensor samples: move grove samples to sensors and display 2018-06-11 17:11:18 -04:00
subsys subsys: console: Factor out fifo-based console input abstraction 2018-06-20 15:59:12 -04:00
synchronization
testing/integration
xtensa_asm2
kernel.rst
samples.rst samples: move grove samples to sensors and display 2018-06-11 17:11:18 -04:00