Searched refs:pty (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/scripts/west_commands/runners/ |
D | intel_adsp.py | 33 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/tests/bluetooth/shell/snippets/xterm-native-shell/ |
D | xterm-native-shell.overlay | 13 compatible = "zephyr,native-pty-uart"; 26 compatible = "zephyr,native-pty-uart";
|
/Zephyr-latest/boards/arm/mps2/ |
D | board.cmake | 39 # To enable a host tty switch between serial and pty 41 # pty is not available on Windows. 43 list(APPEND QEMU_EXTRA_FLAGS -chardev pty,id=hostS0 -serial chardev:hostS0)
|
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/ |
D | native_sim_native_one.dts | 138 compatible = "zephyr,native-pty-uart"; 147 compatible = "zephyr,native-pty-uart";
|
/Zephyr-latest/boards/native/native_sim/ |
D | native_sim.dts | 150 compatible = "zephyr,native-pty-uart"; 159 compatible = "zephyr,native-pty-uart";
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | hardware_adapter.py | 10 import pty 168 master, slave = pty.openpty()
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 188 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/drivers/serial/ |
D | Kconfig.native_pty | 82 "zephyr,native-pty-uart" compatible nodes as you want.
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 14 import pty 788 (shell_client_port, user_port) = pty.openpty()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 42 import pty 689 master, slave = pty.openpty()
|
/Zephyr-latest/cmake/emu/ |
D | qemu.cmake | 62 list(APPEND QEMU_FLAGS -chardev pty,id=con,mux=on)
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 1162 To support devices without a physical serial port, use the ``--device-serial-pty`` 1172 scripts/twister --device-testing --device-serial-pty "script.py" \ 1335 Serial PTY support using ``--device-serial-pty`` can also be used in the 1363 twister -p intel_adsp/cavs25 --device-testing --device-serial-pty script.py
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 517 ``"zephyr,native-pty-uart"`` compatible property and ``okay`` status and
|