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

CONFIG_MCUMGR_SMP_UART_ASYNC_BUF_SIZE

Size of single async RX UART buffer

Type: int

Help

The size of single buffer for asynchronous RX.

Direct dependencies

MCUMGR_SMP_UART_ASYNC && UART_ASYNC_API && MCUMGR_SMP_UART && MCUMGR

(Includes any dependencies from ifs and menus.)

Default

  • 64

Kconfig definition

At subsys/mgmt/mcumgr/Kconfig:331

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 → Use async UART API when available

config MCUMGR_SMP_UART_ASYNC_BUF_SIZE
    int "Size of single async RX UART buffer"
    default 64
    depends on MCUMGR_SMP_UART_ASYNC && UART_ASYNC_API && MCUMGR_SMP_UART && MCUMGR
    help
      The size of single buffer for asynchronous RX.

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