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

CONFIG_CBOR_WITHOUT_OPEN_MEMSTREAM

Without open memstream

Type: bool

Help

This option enables open memstream support.

Direct dependencies

TINYCBOR

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At modules/Kconfig.tinycbor:39

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:30

Menu path: (Top) → Modules → tinyCBOR Support

config CBOR_WITHOUT_OPEN_MEMSTREAM
    bool "Without open memstream"
    default y
    depends on TINYCBOR
    help
      This option enables open memstream support.

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