The latest development version of this page may be more current than this released 1.14.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 if’s and menus.)

Defaults

Kconfig definition

At /home/nashif/Work/zephyrproject/modules/lib/tinycbor/Kconfig.tinycbor:42

Included via Kconfig:10Kconfig.zephyr:10/home/nashif/Work/zephyrproject/zephyr/doc/_build/Kconfig.modules:1

Menu path: (top menu)

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

(Definitions include propagated dependencies, including from if’s and menus.)