CONFIG_CBOR_ENCODER_NO_CHECK_USER

No encoder checks for user args for validity

Type: bool

Help

This option specifies whether a check user exists for a cbor encoder.

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:37

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

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

config CBOR_ENCODER_NO_CHECK_USER
    bool
    prompt "No encoder checks for user args for validity" if TINYCBOR
    depends on TINYCBOR
    help
      This option specifies whether a check user exists for a cbor encoder.

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