CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY

(No prompt – not directly user assignable.)

Type: bool

Help

UART backend is in dictionary-based logging output mode.

Direct dependencies

LOG2 && LOG_BACKEND_UART && !LOG_FRONTEND && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig.backends:15

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

config LOG_BACKEND_UART_OUTPUT_DICTIONARY
    bool
    select LOG_DICTIONARY_SUPPORT
    depends on LOG2 && LOG_BACKEND_UART && !LOG_FRONTEND && !LOG_MINIMAL && LOG
    help
      UART backend is in dictionary-based logging output mode.

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