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

CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY_HEX

Dictionary (hexadecimal)

Type: bool

Help

Dictionary-based logging output in hexadecimal.

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:38

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_HEX
    bool "Dictionary (hexadecimal)"
    select LOG_BACKEND_UART_OUTPUT_DICTIONARY
    depends on LOG2 && <choice>
    help
      Dictionary-based logging output in hexadecimal.

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