CONFIG_LOG_BACKEND_SWO_SYST_ENABLE

Enable SWO syst backend

Type: bool

Help

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

Direct dependencies

LOG_MIPI_SYST_ENABLE && LOG_BACKEND_SWO && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

Menu path: (Top) → Sub Systems and OS Services → Logging → Enable Serial Wire Output (SWO) backend

config LOG_BACKEND_SWO_SYST_ENABLE
    bool "Enable SWO syst backend"
    depends on LOG_MIPI_SYST_ENABLE && LOG_BACKEND_SWO && !LOG_MINIMAL && LOG
    help
      When enabled backend is using SWO to output syst format logs.

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