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 <Zephyr Subsystem>/mgmt/mcumgr/Kconfig:303
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support
config MCUMGR_SMP_UART
    bool "UART mcumgr SMP transport"
    select UART_MCUMGR
    select BASE64
    depends on MCUMGR
    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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)