:orphan: .. title:: MCUMGR_BUF_SIZE .. option:: 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 Direct dependencies =================== \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 2048 if \ :option:`MCUMGR_SMP_UDP ` - 384 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:352`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. parsed-literal:: config MCUMGR_BUF_SIZE int "Size of each mcumgr buffer" default 2048 if \ :option:`MCUMGR_SMP_UDP ` default 384 depends on \ :option:`MCUMGR ` help The size, in bytes, of each mcumgr buffer. This value must satisfy the following relation: MCUMGR_BUF_SIZE >= transport-specific-MTU + transport-overhead *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*