-
CONFIG_LOG_BACKEND_UART
¶
Enable UART backend
Type: bool
Help¶
When enabled backend is using UART to output logs.
Defaults¶
- “y” if !
SHELL_BACKEND_SERIAL
&&UART_CONSOLE
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig:209
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:20
Menu path: (top menu) → Logging
config LOG_BACKEND_UART bool prompt "Enable UART backend" ifUART_CONSOLE
&&LOG
default "y" if !SHELL_BACKEND_SERIAL
&&UART_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.)