-
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:22
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:33
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.)