CONFIG_CBOR_PARSER_NO_STRICT_CHECKS

No strict parser checks

Type: bool

Help

This option enables the strict parser checks.

Direct dependencies

TINYCBOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At ext/lib/encoding/tinycbor/Kconfig:48

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:15ext/lib/encoding/Kconfig:22

Menu path: (top menu) → External Sources → Encoding

config CBOR_PARSER_NO_STRICT_CHECKS
    bool
    prompt "No strict parser checks" if TINYCBOR
    depends on TINYCBOR
    help
      This option enables the strict parser checks.

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