-
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 <Zephyr>/subsys/logging/Kconfig:297
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_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.)