Lines Matching full:uart
4 bool "UART driver for native_sim/posix"
9 This enables a UART driver for the POSIX ARCH with up to 2 UARTs.
10 For the first UART port, the driver can be configured
12 one dedicated pseudoterminal for that UART.
17 prompt "Native UART Port 0 connection"
21 bool "Connect the UART to its own pseudo terminal"
23 Connect this UART to its own pseudoterminal. This is the preferred
29 bool "Connect the UART to the invoking shell stdin/stdout"
31 Connect this UART to the stdin & stdout of the calling shell/terminal
34 Note that other, non UART messages, will also be printed to the
48 When ``--wait_uart`` is used, writes to the UART will be held until a
53 bool "Second UART port"
60 string "Default command to attach the UART to a new terminal"
65 run to attach a new terminal to the 1st UART.
70 The 2nd UART will not be affected by this option.