:orphan: .. title:: CONFIG_CBOR_PRETTY_PRINTING .. kconfig:: CONFIG_CBOR_PRETTY_PRINTING CONFIG_CBOR_PRETTY_PRINTING ########################### *Implement pretty printing functionality* Type: ``bool`` Help ==== .. code-block:: none This option enables cbor_value_to_pretty_stream function. Direct dependencies =================== \ :kconfig:`TINYCBOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig.tinycbor:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:30`` Menu path: (Top) → Modules → tinyCBOR Support .. code-block:: kconfig config CBOR_PRETTY_PRINTING bool "Implement pretty printing functionality" depends on TINYCBOR help This option enables cbor_value_to_pretty_stream function. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*