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

CONFIG_LOG_BACKEND_UART_SYST_ENABLE

MIPI SyS-T

Type: bool

Help

When enabled backend is using UART to output syst format logs.

Direct dependencies

LOG_BACKEND_UART && LOG_MIPI_SYST_ENABLE && <choice: UART Backend Output Mode>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/logging/Kconfig.backends:31

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_SYST_ENABLE
    bool "MIPI SyS-T"
    depends on LOG_BACKEND_UART && LOG_MIPI_SYST_ENABLE && <choice>
    help
      When enabled backend is using UART to output syst format logs.

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