CONFIG_MGMT_CBORATTR_MAX_SIZE¶
The maximum size of a CBOR attribute during decoding
Type: int
Help¶
The maximum size of a CBOR attribute during decoding
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
512
Kconfig definition¶
At subsys/mgmt/mcumgr/Kconfig:27
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:35
→ subsys/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support
config MGMT_CBORATTR_MAX_SIZE
int "The maximum size of a CBOR attribute during decoding"
default 512
depends on MCUMGR
help
The maximum size of a CBOR attribute during decoding
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)