CONFIG_CBOR_WITHOUT_OPEN_MEMSTREAM¶
Without open memstream
Type: bool
Help¶
This option enables open memstream support.
Default¶
- y 
Kconfig definition¶
At <External Modules>/Kconfig.tinycbor:39
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/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.)