:orphan: .. title:: CONFIG_MCUMGR_SMP_UART .. kconfig:: CONFIG_MCUMGR_SMP_UART CONFIG_MCUMGR_SMP_UART ###################### *UART mcumgr SMP transport* Type: ``bool`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`UART_MCUMGR ` - \ :kconfig:`BASE64 ` Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:303`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. code-block:: kconfig 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.)*