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:
parent
8feab483c9
commit
73c01f9e9f
2 changed files with 79 additions and 62 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue