CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY_BIN
Dictionary (binary)
Type: bool
Help
Dictionary-based logging output in binary.
Direct dependencies
LOG2
&& <choice LOG_BACKEND_UART_OUTPUT: UART Backend Output Mode>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/logging/Kconfig.backends:50
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:31
→ <Zephyr>/subsys/logging/Kconfig:23
Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable UART backend → UART Backend Output Mode
config LOG_BACKEND_UART_OUTPUT_DICTIONARY_BIN
bool "Dictionary (binary)"
select LOG_BACKEND_UART_OUTPUT_DICTIONARY
depends on LOG2 && <choice LOG_BACKEND_UART_OUTPUT>
help
Dictionary-based logging output in binary.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)