-
CONFIG_LOG_BACKEND_UART
¶
Enable UART backend
Type: bool
Help¶
When enabled backend is using UART to output logs.
Defaults¶
- “y” if
UART_CONSOLE
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig:266
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:18
Menu path: (top menu) → Logging Options
config LOG_BACKEND_UART bool prompt "Enable UART backend" ifUART_CONSOLE
&&LOG
default "y" ifUART_CONSOLE
&&LOG
depends onUART_CONSOLE
&&LOG
help When enabled backend is using UART to output logs.
(Definitions include propagated dependencies, including from if’s and menus.)