CONFIG_LOG_BACKEND_UART

Enable UART backend

Type: bool

Help

When enabled backend is using UART to output logs.

Direct dependencies

UART_CONSOLE && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig:283

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → Logging

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

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