-
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.
Kconfig definition¶
At subsys/mgmt/Kconfig:63
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:22
Menu path: (top menu) → Management
config MCUMGR_BUF_COUNT int prompt "Number of mcumgr buffers" ifMCUMGR
default 4 ifMCUMGR
depends onMCUMGR
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.)