:orphan: .. title:: CONFIG_MGMT_CBORATTR_MAX_SIZE .. kconfig:: CONFIG_MGMT_CBORATTR_MAX_SIZE CONFIG_MGMT_CBORATTR_MAX_SIZE ############################# *The maximum size of a CBOR attribute during decoding* Type: ``int`` Help ==== .. code-block:: none The maximum size of a CBOR attribute during decoding Direct dependencies =================== \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support .. code-block:: kconfig 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.)*