Home
last modified time | relevance | path

Searched refs:PTY (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/serial/
DKconfig.native_pty5 bool "PTY based UART driver for native_sim"
10 This enables a PTY based UART driver for the POSIX ARCH with up to 2 UARTs.
26 prompt "Native PTY Port 0 connection"
31 bool "Connect the first PTY UART to its own pseudo terminal"
40 bool "Connect the first PTY UART to the invoking shell stdin/stdout"
85 string "Default command to attach a PTY UART to a new terminal"
94 PTY with NATIVE_UART_0_ON_OWN_PTY.
/Zephyr-latest/tests/bluetooth/shell/snippets/xterm-native-shell/
Dxterm-native-shell.overlay8 /* Use the PTY driver instead of the UART peripheral emulation that is now the
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst313 **PTY driver (UART_NATIVE_PTY)**
316 pseudo-tty. For more information refer to the section `PTY UART`_.
513 PTY UART
524 (where ``<uart_name>`` is the UART DTS node name), or, for the first PTY UART instance by chosing
527 For interactive use with the :ref:`shell_api`, it is recommended to choose the PTY option.
532 When a UART is connected to a new PTY, the name of the newly created UART pseudo-terminal will be
543 where :file:`/dev/{<ptyn>}` should be replaced with the actual PTY device.
717 … Serial, :ref:`UART native PTY <native_ptty_uart>`, :kconfig:option:`CONFIG_UART_NATIVE_PTY`, All
/Zephyr-latest/doc/connectivity/networking/
Dqemu_setup.rst252 socat PTY,link=/tmp/slip.devMAIN UNIX-LISTEN:/tmp/slip.sockMAIN &
262 socat PTY,link=/tmp/slip.devOTHER UNIX-LISTEN:/tmp/slip.sockOTHER &
/Zephyr-latest/doc/develop/test/
Dtwister.rst1335 Serial PTY support using ``--device-serial-pty`` can also be used in the
1374 For serial PTY, the "--generate-hardware-map" option cannot scan it out
1377 of the PTY is not fixed and being allocated in the system at runtime.
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst709 * A UART driver that maps the Zephyr UART to a new host PTY