-
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
Defaults¶
- 2 if
UART_MCUMGR
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig:234
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/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" ifUART_MCUMGR
&&CONSOLE
default 2 ifUART_MCUMGR
&&CONSOLE
depends onUART_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.)