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

Parser max recursions

Type: int

Help

This option specifies max recursions for the parser.

Direct dependencies

TINYCBOR

(Includes any dependencies from ifs and menus.)

Default

  • 1024

Kconfig definition

At modules/Kconfig.tinycbor:16

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:33

Menu path: (Top) → Modules → tinyCBOR Support

config CBOR_PARSER_MAX_RECURSIONS
    int "Parser max recursions"
    default 1024
    depends on TINYCBOR
    help
      This option specifies max recursions for the parser.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)