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 sample: cpp_synchronization: support console harness 2018-01-25 04:45:35 +05:30
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 samples: cleanup sample test naming 2018-06-11 17:11:18 -04:00
mpu tests: cleanup subsystem tests meta-data 2018-04-09 22:55:20 -04:00
net samples: net: Check the return value of close() 2018-06-18 10:47:24 +03:00
nfc/nfc_hello tests: nfc_hello: remove filter and support harness 2018-01-25 04:45:35 +05:30
philosophers samples: cleanup sample test naming 2018-06-11 17:11:18 -04:00
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 samples: cleanup sample test naming 2018-06-11 17:11:18 -04:00
testing/integration tests: integration: do not run test on hw 2018-05-07 12:27:07 -04:00
xtensa_asm2 samples: xtensa_asm2: Cleanup stray IS_TEST reference 2018-05-22 12:36:58 -04:00
kernel.rst doc: spelling fixes in samples/ and boards/ 2017-06-12 18:28:08 -04:00
samples.rst samples: move grove samples to sensors and display 2018-06-11 17:11:18 -04:00