CONFIG_UART_PIPE

Enable pipe UART driver

Type: bool

Help

Enable pipe UART driver. This driver allows application to communicate over UART with custom defined protocol. Driver doesn’t inspect received data (as contrary to console UART driver) and all aspects of received protocol data are handled by application provided callback.

Direct dependencies

CONSOLE

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At drivers/console/Kconfig:186

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config UART_PIPE
    bool
    prompt "Enable pipe UART driver" if CONSOLE
    select UART_INTERRUPT_DRIVEN if CONSOLE
    depends on CONSOLE
    help
      Enable pipe UART driver. This driver allows application to communicate
      over UART with custom defined protocol. Driver doesn't inspect received
      data (as contrary to console UART driver) and all aspects of received
      protocol data are handled by application provided callback.

(Definitions include propagated dependencies, including from if’s and menus.)