zephyr/subsys
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
..
bluetooth Bluetooth: SDP: Check SDP error when receiving PDU response 2016-12-24 08:42:15 +02:00
debug kernel: replace all remaining nanokernel occurances 2016-12-25 14:34:43 -05:00
fs shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
logging logging: move event_logger to subsys/logging 2016-12-25 14:34:43 -05:00
net shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
shell shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
usb arch/arc, usb, ztest: Add the ARG_UNUSED macro 2016-12-21 12:54:54 +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