zephyr/drivers/console
Anas Nashif 7297f5db88 shell: move shell to its own subsystem
This moves the shell component into its own subsys and groups all
related files and options into a single place.

Additionally, one Kconfig option will now be required to enable the
shell:

 CONFIG_CONSOLE_SHELL=y

The header files was also moved to include/shell/shell.h and can be now
referenced with

 #include <shell/shell.h>

instead of

 #include <misc/shell.h>

Updated documentation as well.

Change-Id: Iffbba4acfa05408055e9fd28dffa213451351f94
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-25 19:35:11 +00:00
..
Kconfig shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
Makefile shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
ipm_console_receiver.c drivers: update ipm driver to use unified kernel 2016-11-13 13:53:53 +00:00
ipm_console_sender.c drivers: update ipm driver to use unified kernel 2016-11-13 13:53:53 +00:00
ram_console.c drivers: Remove legacy nanokernel.h include 2016-12-04 14:59:37 -06:00
rtt_console.c console: Add a Segger RTT console driver 2016-12-03 15:24:39 +00:00
uart_console.c drivers: console: use unified kernel API 2016-11-30 23:49:04 +00:00
uart_pipe.c drivers: Remove legacy nanokernel.h include 2016-12-04 14:59:37 -06:00