-
CONFIG_MCUMGR_BUF_COUNT
¶
Number of mcumgr buffers
Type: int
Help¶
The number of net_bufs to allocate for mcumgr. These buffers are used for both requests and responses.
Defaults¶
- 4
Kconfig definition¶
At subsys/mgmt/Kconfig:62
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:20
Menu path: (top menu) → Management
config MCUMGR_BUF_COUNT
int
prompt "Number of mcumgr buffers"
default 4
help
The number of net_bufs to allocate for mcumgr. These buffers are
used for both requests and responses.
(Definitions include propagated dependencies, including from if’s and menus.)