-
CONFIG_MCUMGR_SMP_UART
¶
UART mcumgr SMP transport
Type: bool
Help¶
Enables handling of SMP commands received over UART. This is a lightweight alternative to MCUMGR_SMP_SHELL. It allows mcumgr commands to be received over UART without requiring an additional thread.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/mgmt/Kconfig:40
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:20
Menu path: (top menu) → Management
config MCUMGR_SMP_UART bool prompt "UART mcumgr SMP transport" selectMCUMGR
selectUART_MCUMGR
selectBASE64
help Enables handling of SMP commands received over UART. This is a lightweight alternative to MCUMGR_SMP_SHELL. It allows mcumgr commands to be received over UART without requiring an additional thread.
(Definitions include propagated dependencies, including from if’s and menus.)