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

Enable Serial Wire Output (SWO) backend

Type: bool

Help

When enabled, backend will use SWO for logging.

Direct dependencies

HAS_SWO && LOG

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/logging/Kconfig:217

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

Menu path: (top menu) → Logging

config LOG_BACKEND_SWO
    bool
    prompt "Enable Serial Wire Output (SWO) backend" if HAS_SWO && LOG
    depends on HAS_SWO && LOG
    help
      When enabled, backend will use SWO for logging.

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