:orphan: .. title:: CONFIG_CBOR_PARSER_MAX_RECURSIONS .. kconfig:: CONFIG_CBOR_PARSER_MAX_RECURSIONS CONFIG_CBOR_PARSER_MAX_RECURSIONS ################################# *Parser max recursions* Type: ``int`` Help ==== .. code-block:: none This option specifies max recursions for the parser. Direct dependencies =================== \ :kconfig:`TINYCBOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/Kconfig.tinycbor:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:30`` Menu path: (Top) → Modules → tinyCBOR Support .. code-block:: kconfig 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.)*