zephyr/tests
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 shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
booting/stub
compliance
crypto libc: rework libc selection and reduce Kconfigs 2016-12-15 22:31:28 +00:00
drivers shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
fs/fat_fs
include shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
iot tests/iot/http: Initialize parser struct 2016-12-16 19:14:52 +01:00
kernel tests: import stack protection testcase to unified 2016-12-24 16:24:25 +00:00
legacy debug: move debug features from misc to subsys/debug 2016-12-19 19:58:40 +00:00
net tests/tcp: Initialize buffer to NULL 2016-12-16 19:14:53 +01:00
power/power_states logging: move event_logger to subsys/logging 2016-12-25 14:34:43 -05:00
subsys/debug/gdb_server tests: GDB server only works on qemu_x86 now 2016-12-19 15:48:51 -05:00
unit
ztest arch/arc, usb, ztest: Add the ARG_UNUSED macro 2016-12-21 12:54:54 +00:00
defaults.tc
Kconfig
Makefile
Makefile.test