CONFIG_UART_PIPE:

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.

Symbol:

UART_PIPE

Type:

bool

Value:

“n”

User value:

(no user value)

Visibility:

“n”

Is choice item:

false

Is defined:

true

Is from env.:

false

Is special:

false

Prompts:
  • “Enable pipe UART driver”
Default values:
  • n (value: “n”)
  • Condition: (none)
Selects:
Reverse (select-related) dependencies:
 

IEEE802154_UPIPE && BOARD_QEMU_X86 || SLIP || NETWORKING && NETWORKING && !NET_L2_RAW_CHANNEL && NET_SLIP_TUN || NETWORKING && NETWORKING && !NET_L2_RAW_CHANNEL && NET_SLIP_TAP (value: “n”)

Additional dependencies from enclosing menus and ifs:
 

CONSOLE (value: “n”)

Locations:
  • ../drivers/console/Kconfig:159