The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_MCUMGR_SMP_UART_ASYNC

Use async UART API when available

Type: bool

Help

The option enables use of UART async API when available for selected mcumgr uart port.

Direct dependencies

UART_ASYNC_API && MCUMGR_SMP_UART && MCUMGR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/mgmt/mcumgr/Kconfig:315

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UART mcumgr SMP transport

menuconfig MCUMGR_SMP_UART_ASYNC
    bool "Use async UART API when available"
    depends on UART_ASYNC_API && MCUMGR_SMP_UART && MCUMGR
    help
      The option enables use of UART async API when available for selected mcumgr uart port.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)