shell: modules: Adapt kernel commands to new shell

Kernel commands ported to new shell.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2018-08-09 15:03:58 +02:00 committed by Anas Nashif
commit 73c01f9e9f
2 changed files with 79 additions and 62 deletions

View file

@ -31,7 +31,6 @@ config CONSOLE_SHELL_MAX_CMD_QUEUED
help
Maximum size of the queue for input commands.
source "subsys/shell/modules/Kconfig"
endif
@ -175,6 +174,8 @@ config SHELL_LOG_BACKEND
default y if LOG
default n if !LOG
source "subsys/shell/modules/Kconfig"
endif #SHELL
endmenu