The latest development version of this page may be more current than this released 2.7.5 version.

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

MCUMGR

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At subsys/mgmt/mcumgr/Kconfig:27

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/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.)