-
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 modules/Kconfig.tinycbor:32
Included via Kconfig:8
→ Kconfig.zephyr:10
→ modules/Kconfig:6
Menu path: (Top) → Modules → tinyCBOR Support
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.)