Home
last modified time | relevance | path

Searched refs:pty (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dintel_adsp.py33 pty, argument
43 self.pty = pty
77 pty=args.pty,
116 if self.pty is not None:
117 if self.pty == 'remote-host':
/Zephyr-latest/boards/arm/mps2/
Dboard.cmake27 # To enable a host tty switch between serial and pty
29 # pty is not available on Windows.
31 list(APPEND QEMU_EXTRA_FLAGS -chardev pty,id=hostS0 -serial chardev:hostS0)
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py10 import pty
165 master, slave = pty.openpty()
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst188 west flash --remote-host remotehostname --pty remotehostname
194 …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:logport
205 …twister -p intel_adsp/cavs25 --device-testing --device-serial-pty="$ZEPHYR_BASE/soc/intel/intel_ad…
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py14 import pty
784 (shell_client_port, user_port) = pty.openpty()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py42 import pty
689 master, slave = pty.openpty()
/Zephyr-latest/cmake/emu/
Dqemu.cmake62 list(APPEND QEMU_FLAGS -chardev pty,id=con,mux=on)
/Zephyr-latest/doc/develop/test/
Dtwister.rst1025 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 the
1226 twister -p intel_adsp/cavs25 --device-testing --device-serial-pty script.py