shell: removing legacy shell

Legacy shell removed in order to avoid maintaining two shells
systems.

All examples and tests have been migrated to the new shell.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
Jakub Rzeszutko 2018-11-22 12:29:07 +01:00 committed by Anas Nashif
commit fd0b7f7767
9 changed files with 4 additions and 952 deletions

View file

@ -10,31 +10,6 @@
menu "Shell Options"
menuconfig CONSOLE_SHELL
bool "Enable legacy shell [ Experimental ]"
select CONSOLE_HANDLER
select CONSOLE_SUBSYS
help
Shell implementation based on CONSOLE_HANDLER.
if CONSOLE_SHELL
config CONSOLE_SHELL_STACKSIZE
int "Console handler shell stack size"
default 2000
help
Stack size for the console handler shell.
config CONSOLE_SHELL_MAX_CMD_QUEUED
int "Shell's command queue size"
default 3
help
Maximum size of the queue for input commands.
endif
menuconfig SHELL
bool "Enable shell"
select LOG_RUNTIME_FILTERING