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 <Zephyr>/subsys/logging/Kconfig.backends:38

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<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_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.)