zephyr/include/misc
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
..
__assert.h __assert.h: format strings are not optional 2016-07-20 23:40:48 +00:00
byteorder.h misc/byteorder: Use the right data-type 2016-12-21 12:54:48 +00:00
dlist.h dlist: fix SYS_DLIST_FOR_EACH_SAFE when operating on empty list 2016-11-18 00:47:25 +00:00
nano_work.h include: remove old kernel defintions 2016-11-07 11:32:57 -08:00
printk.h printk: Add ARG_UNUSED macro 2016-12-24 15:23:38 +00:00
reboot.h
ring_buffer.h kernel: remove last nanokernel ocrrurances from include/ 2016-12-25 14:34:43 -05:00
slist.h slist: add static initialization macro 2016-10-01 01:36:38 +00:00
stack.h kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
util.h misc: add ceiling_fraction() macro 2016-12-21 19:50:07 +00:00