zephyr/drivers
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
..
adc drivers: adc108s102: use unified kernel 2016-12-22 01:22:09 +00:00
aio aio: Configuration issue in aio driver 2016-11-23 00:16:22 +00:00
bluetooth Bluetooth: Add timeout to event & ACL buffer allocation functions 2016-12-24 08:42:15 +02:00
clock_control logging: move sys_log to subsys/logging 2016-12-19 19:58:39 +00:00
console shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
counter counter: cmsdk: Add Timer 0 and 1 as Counters 2016-12-06 10:31:45 -06:00
dma drivers: dma: update to unified kernel 2016-11-09 18:38:57 -08:00
ethernet drivers: eliminate nano/micro kernel usage 2016-12-21 18:45:02 +00:00
flash drivers: Add the ARG_UNUSED macro 2016-12-21 12:54:52 +00:00
gpio kernel: replace all remaining nanokernel occurances 2016-12-25 14:34:43 -05:00
grove logging: move sys_log to subsys/logging 2016-12-19 19:58:39 +00:00
i2c i2c_qmsi_ss: add device_busy_set() to avoid re-enter deep sleep 2016-12-23 16:49:23 +00:00
ieee802154 logging: move sys_log to subsys/logging 2016-12-19 19:58:39 +00:00
interrupt_controller arcv2_irq: Add power management suspend/resume 2016-12-15 12:49:31 +00:00
ipm drivers: Remove legacy nanokernel.h include 2016-12-04 14:59:37 -06:00
pci drivers: Remove legacy nanokernel.h include 2016-12-04 14:59:37 -06:00
pinmux kernel: replace all remaining nanokernel occurances 2016-12-25 14:34:43 -05:00
pwm logging: move sys_log to subsys/logging 2016-12-19 19:58:39 +00:00
random random: Introduce random device API. 2016-12-24 16:40:11 +00:00
rtc rtc: qmsi: Fix wrong comment in driver init 2016-12-21 20:06:18 +00:00
sensor drivers: hp206 driver does not need 2000 ticks/s frequency 2016-12-21 19:50:06 +00:00
serial drivers: Add the ARG_UNUSED macro 2016-12-21 12:54:52 +00:00
shared_irq drivers: Remove legacy nanokernel.h include 2016-12-04 14:59:37 -06:00
slip drivers: eliminate nano/micro kernel usage 2016-12-21 18:45:02 +00:00
spi spi_qmsi_ss: add device_busy_set() to avoid re-enter deep sleep 2016-12-23 16:49:23 +00:00
timer arc/nios2: rename sys_cycle_get_32 to k_cycle_get_32 2016-12-21 19:50:05 +00:00
usb drivers/usb: Use the right data-type 2016-12-21 12:54:53 +00:00
watchdog watchdog: Add driver for CMSDK APB WDOG 2016-12-06 10:31:45 -06:00
Kconfig drivers: cc2520: Add a new IP stack ready adaptation of CC2520 driver 2016-12-02 12:40:18 +02:00
Makefile net: Make native IP stack the default 2016-12-02 12:41:17 +02:00