-
CONFIG_CBOR_PARSER_NO_STRICT_CHECKS
¶
No strict parser checks
Type: bool
Help¶
This option enables the strict parser checks.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At ext/lib/encoding/tinycbor/Kconfig:48
Included via Kconfig:10
→ Kconfig.zephyr:37
→ ext/Kconfig:15
→ ext/lib/encoding/Kconfig:22
Menu path: (top menu) → External Sources → Encoding
config CBOR_PARSER_NO_STRICT_CHECKS bool prompt "No strict parser checks" ifTINYCBOR
depends onTINYCBOR
help This option enables the strict parser checks.
(Definitions include propagated dependencies, including from if’s and menus.)