-
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:217
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:20
Menu path: (top menu) → Logging
config LOG_BACKEND_SWO bool prompt "Enable Serial Wire Output (SWO) backend" ifHAS_SWO
&&LOG
depends onHAS_SWO
&&LOG
help When enabled, backend will use SWO for logging.
(Definitions include propagated dependencies, including from if’s and menus.)