-
CONFIG_CBOR_PARSER_MAX_RECURSIONS
¶
Parser max recursions
Type: int
Help¶
This option specifies max recursions for the parser.
Kconfig definition¶
At /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/modules/lib/tinycbor/Kconfig.tinycbor:42
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:5
Menu path: (top menu) → tinyCBOR Support
config CBOR_PARSER_MAX_RECURSIONS int prompt "Parser max recursions" ifTINYCBOR
default 1024 ifTINYCBOR
depends onTINYCBOR
help This option specifies max recursions for the parser.
(Definitions include propagated dependencies, including from if’s and menus.)