:orphan: .. title:: MGMT_CBORATTR_MAX_SIZE .. option:: 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 =================== \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:27`` 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 MGMT_CBORATTR_MAX_SIZE int "The maximum size of a CBOR attribute during decoding" default 512 depends on \ :option:`MCUMGR ` help The maximum size of a CBOR attribute during decoding *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*