-
CONFIG_MCUMGR_BUF_SIZE
¶
Size of each mcumgr buffer
Type: int
Help¶
The size, in bytes, of each mcumgr buffer. This value must satisfy the following relation: MCUMGR_BUF_SIZE >= transport-specific-MTU + transport-overhead
Kconfig definition¶
At subsys/mgmt/Kconfig:70
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:22
Menu path: (top menu) → Management
config MCUMGR_BUF_SIZE int prompt "Size of each mcumgr buffer" ifMCUMGR
default 384 ifMCUMGR
depends onMCUMGR
help The size, in bytes, of each mcumgr buffer. This value must satisfy the following relation: MCUMGR_BUF_SIZE >= transport-specific-MTU + transport-overhead
(Definitions include propagated dependencies, including from if’s and menus.)