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

CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY_BIN

Dictionary (binary)

Type: bool

Help

Dictionary-based logging output in binary.

Direct dependencies

LOG2 && <choice: UART Backend Output Mode>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At subsys/logging/Kconfig.backends:45

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:31subsys/logging/Kconfig:28

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>
    help
      Dictionary-based logging output in binary.

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