Lines Matching full:to
9 This enables a UART driver for the POSIX ARCH with up to 2 UARTs.
11 to either connect to the terminal from which the executable was run, or into
21 bool "Connect the UART to its own pseudo terminal"
23 Connect this UART to its own pseudoterminal. This is the preferred
24 option for users who want to use Zephyr's shell.
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
36 It is strongly discouraged to try to use this option with the new
48 When ``--wait_uart`` is used, writes to the UART will be held until a
49 client has connected to the slave side of the pseudoterminal.
55 Useful if you need to have another serial connection to host.
56 This is used for example in PPP (Point-to-Point Protocol)
60 string "Default command to attach the UART to a new terminal"
65 run to attach a new terminal to the 1st UART.
68 This is only applicable if the UART_0 is configured to use its own