-
CONFIG_CBOR_PRETTY_PRINTING
¶
Implement pretty printing functionality
Type: bool
Help¶
This option enables cbor_value_to_pretty_stream function.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At /home/nashif/Work/zephyrproject/modules/lib/tinycbor/Kconfig.tinycbor:71
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /home/nashif/Work/zephyrproject/zephyr/doc/_build/Kconfig.modules:1
Menu path: (top menu)
config CBOR_PRETTY_PRINTING bool prompt "Implement pretty printing functionality" ifTINYCBOR
depends onTINYCBOR
help This option enables cbor_value_to_pretty_stream function.
(Definitions include propagated dependencies, including from if’s and menus.)