-
CONFIG_LOG_BACKEND_UART_SYST_ENABLE
¶
Enable UART syst backend
Type: bool
Help¶
When enabled backend is using UART to output syst format logs.
Direct dependencies¶
LOG_BACKEND_UART
&& LOG_MIPI_SYST_ENABLE
&& !LOG_FRONTEND
&& !LOG_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/logging/Kconfig.backends:13
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:31
→ subsys/logging/Kconfig:25
Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable UART backend
config LOG_BACKEND_UART_SYST_ENABLE bool "Enable UART syst backend" depends onLOG_BACKEND_UART
&&LOG_MIPI_SYST_ENABLE
&& !LOG_FRONTEND
&& !LOG_MINIMAL
&&LOG
help When enabled backend is using UART to output syst format logs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)