The latest development version of this page may be more current than this released 2.2.1 version.
CONFIG_CBOR_NO_DFLT_WRITER

No default writer support

Type: bool

Help

This option specifies whether a default writer exists.

Direct dependencies

TINYCBOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At modules/Kconfig.tinycbor:11

Included via Kconfig:8Kconfig.zephyr:10modules/Kconfig:23

Menu path: (Top) → Modules → tinyCBOR Support

config CBOR_NO_DFLT_WRITER
    bool "No default writer support"
    depends on TINYCBOR
    help
      This option specifies whether a default writer exists.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)