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

Size of mcumgr buffer user data

Type: int

Help

The size, in bytes, of user data to allocate for each mcumgr buffer. Different mcumgr transports impose different requirements for this setting. A value of 4 is sufficient for UART, shell, and bluetooth.

Direct dependencies

MCUMGR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/mgmt/Kconfig:78

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:22

Menu path: (top menu) → Management

config MCUMGR_BUF_USER_DATA_SIZE
    int
    prompt "Size of mcumgr buffer user data" if MCUMGR
    default 4 if MCUMGR
    depends on MCUMGR
    help
      The size, in bytes, of user data to allocate for each mcumgr buffer.
      Different mcumgr transports impose different requirements for this
      setting.  A value of 4 is sufficient for UART, shell, and bluetooth.

(Definitions include propagated dependencies, including from if’s and menus.)