CONFIG_LOG_BACKEND_UART_ASYNC

Use UART Asynchronous API

Type: bool

Direct dependencies

UART_ASYNC_API && !LOG_BACKEND_UART_OUTPUT_DICTIONARY_HEX && LOG_BACKEND_UART && !LOG_FRONTEND && !LOG_MODE_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Subsystem>/logging/Kconfig.backends:15

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:31<Subsystem>/logging/Kconfig:23

Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable UART backend

config LOG_BACKEND_UART_ASYNC
    bool "Use UART Asynchronous API"
    depends on UART_ASYNC_API && !LOG_BACKEND_UART_OUTPUT_DICTIONARY_HEX && LOG_BACKEND_UART && !LOG_FRONTEND && !LOG_MODE_MINIMAL && LOG

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)