-
CONFIG_MCUMGR_SMP_SHELL
¶
Shell mcumgr SMP transport
Type: bool
Help¶
Enables handling of SMP commands received over shell. This allows the shell to be use for both mcumgr commands and shell commands.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:242
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support
config MCUMGR_SMP_SHELL bool "Shell mcumgr SMP transport" selectSHELL
selectSHELL_BACKEND_SERIAL
selectBASE64
depends onMCUMGR
help Enables handling of SMP commands received over shell. This allows the shell to be use for both mcumgr commands and shell commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)