:orphan: .. title:: CBOR_PARSER_NO_STRICT_CHECKS .. option:: CONFIG_CBOR_PARSER_NO_STRICT_CHECKS *No strict parser checks* Type: ``bool`` Help ==== .. code-block:: none This option enables the strict parser checks. Direct dependencies =================== \ :option:`TINYCBOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig.tinycbor:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:31`` Menu path: (Top) → Modules → tinyCBOR Support .. code-block:: kconfig config CBOR_PARSER_NO_STRICT_CHECKS bool "No strict parser checks" depends on TINYCBOR help This option enables the strict parser checks. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*