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

Enable UART backend

Type: bool

Help

When enabled backend is using UART to output logs.

Direct dependencies

UART_CONSOLE && LOG

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/logging/Kconfig:210

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:20

Menu path: (top menu) → Logging

config LOG_BACKEND_UART
    bool
    prompt "Enable UART backend" if UART_CONSOLE && LOG
    default "y" if !SHELL_BACKEND_SERIAL && UART_CONSOLE && LOG
    depends on UART_CONSOLE && LOG
    help
      When enabled backend is using UART to output logs.

(Definitions include propagated dependencies, including from if’s and menus.)