:orphan: .. title:: LOG_BACKEND_SWO .. option:: CONFIG_LOG_BACKEND_SWO *Enable Serial Wire Output (SWO) backend* Type: ``bool`` Help ==== When enabled, backend will use SWO for logging. Direct dependencies =================== \ :option:`HAS_SWO ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.backends:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends .. parsed-literal:: config LOG_BACKEND_SWO bool "Enable Serial Wire Output (SWO) backend" depends on \ :option:`HAS_SWO ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help When enabled, backend will use SWO for logging. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*