Searched refs:pty (Results 1 – 8 of 8) sorted by relevance
33 pty, argument43 self.pty = pty77 pty=args.pty,116 if self.pty is not None:117 if self.pty == 'remote-host':
27 # To enable a host tty switch between serial and pty29 # pty is not available on Windows.31 list(APPEND QEMU_EXTRA_FLAGS -chardev pty,id=hostS0 -serial chardev:hostS0)
10 import pty165 master, slave = pty.openpty()
188 west flash --remote-host remotehostname --pty remotehostname194 …twister -p intel_adsp/cavs25 --device-testing --device-serial-pty="$ZEPHYR_BASE/soc/intel/intel_ad…204 west flash --remote-host intermediatehost:reqport --pty remotehostname:logport205 …twister -p intel_adsp/cavs25 --device-testing --device-serial-pty="$ZEPHYR_BASE/soc/intel/intel_ad…
14 import pty784 (shell_client_port, user_port) = pty.openpty()
42 import pty689 master, slave = pty.openpty()
62 list(APPEND QEMU_FLAGS -chardev pty,id=con,mux=on)
1025 To support devices without a physical serial port, use the ``--device-serial-pty``1035 scripts/twister --device-testing --device-serial-pty "script.py" \1198 Serial PTY support using ``--device-serial-pty`` can also be used in the1226 twister -p intel_adsp/cavs25 --device-testing --device-serial-pty script.py