CONFIG_UART_MCUMGR_RX_BUF_COUNT

Number of receive buffers for mcumgr fragments received over UART

Type: int

Help

Specifies the number of the mcumgr UART receive buffers. Receive buffers hold received mcumgr fragments prior to reassembly. This setting’s value must satisfy the following relation: UART_MCUMGR_RX_BUF_COUNT * UART_MCUMGR_RX_BUF_SIZE >= MCUMGR_SMP_UART_MTU

Direct dependencies

UART_MCUMGR && CONSOLE

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

Defaults

Kconfig definition

At drivers/console/Kconfig:234

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config UART_MCUMGR_RX_BUF_COUNT
    int
    prompt "Number of receive buffers for mcumgr fragments received over UART" if UART_MCUMGR && CONSOLE
    default 2 if UART_MCUMGR && CONSOLE
    depends on UART_MCUMGR && CONSOLE
    help
      Specifies the number of the mcumgr UART receive buffers.  Receive
      buffers hold received mcumgr fragments prior to reassembly.  This
      setting's value must satisfy the following relation:
      UART_MCUMGR_RX_BUF_COUNT * UART_MCUMGR_RX_BUF_SIZE >=
      MCUMGR_SMP_UART_MTU

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