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 <Zephyr Subsystem>/mgmt/mcumgr/Kconfig:315
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 → 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.)