mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 03:42:33 +00:00
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>
28 lines
490 B
Plaintext
28 lines
490 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_ARC_INIT=n
|
|
CONFIG_USB=y
|
|
CONFIG_USB_DW=y
|
|
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_L2_RAW_CHANNEL=y
|
|
CONFIG_NET_NBUF_TX_COUNT=4
|
|
CONFIG_NET_NBUF_DATA_SIZE=128
|
|
|
|
CONFIG_NET_L2_IEEE802154=y
|
|
|
|
#CONFIG_TI_CC2520=y
|
|
CONFIG_TI_CC2520_RAW=y
|
|
|
|
CONFIG_SYS_LOG=y
|
|
CONFIG_SYS_LOG_TI_CC2520_LEVEL=1
|
|
|
|
CONFIG_CONSOLE_HANDLER=y
|
|
CONFIG_CONSOLE_SHELL=y
|
|
CONFIG_KERNEL_SHELL=y
|