-
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_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/logging/Kconfig:291
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:31
Menu path: (Top) → Sub Systems and OS Services → Logging → Enable UART backend
config LOG_BACKEND_UART_SYST_ENABLE bool "Enable UART syst backend" depends onLOG_BACKEND_UART
&&LOG_MIPI_SYST_ENABLE
&& !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.)