-
CONFIG_LOG_BACKEND_SWO
¶
Enable Serial Wire Output (SWO) backend
Type: bool
Help¶
When enabled, backend will use SWO for logging.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/logging/Kconfig:299
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:18
Menu path: (Top) → Logging
config LOG_BACKEND_SWO bool "Enable Serial Wire Output (SWO) backend" depends onHAS_SWO
&& !LOG_MINIMAL
&&LOG
help When enabled, backend will use SWO for logging.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)