zephyr/scripts/west_commands/runners
Chris Friedt 8ac483fdd4 scripts: west_commands: core: run netcat with check_call()
Netcat (nc) does not handle SIGINT. It silently ignores it.

We cannot use run_client(), given that the pydoc for
run_client() specifically contains "Run a client that
handles SIGINT".

Instead, use check_call(), which correctly handles Ctrl+C.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-11-18 13:17:21 -05:00
..
__init__.py runners: add support for xsdb (Xilinx System Debugger) 2024-10-23 11:34:24 +02:00
blackmagicprobe.py
bossac.py
canopen_program.py west: commands: runners: canopen: add download-buffer-size option 2024-09-23 13:21:52 -05:00
core.py scripts: west_commands: core: run netcat with check_call() 2024-11-18 13:17:21 -05:00
dediprog.py
dfu.py
esp32.py tools: esp32: Update for esp32c2 2024-08-11 10:32:59 +02:00
ezflashcli.py
gd32isp.py
hifive1.py
intel_adsp.py
intel_cyclonev.py west: Regex based version finding in OpenOCD runner 2024-07-09 19:02:13 +02:00
jlink.py scripts: west_commands: runners: Fix jlink is_ip 2024-10-24 14:04:44 +02:00
linkserver.py west: linkserver: change the default port number for semihost 2024-11-16 15:55:34 -05:00
mdb.py everywhere: replace double words 2024-06-22 05:40:22 -04:00
misc.py
native.py
nios2.py everywhere: replace double words 2024-06-22 05:40:22 -04:00
nrf_common.py nordic: Remove the nRF54H20 Engineering B 2024-11-16 15:09:14 -05:00
nrfjprog.py scripts: west_commands: nrfjprog: Change tool-opt help text 2024-07-27 15:19:39 +03:00
nrfutil.py west: runners: nrf: Add support for the suit manifest starter 2024-10-25 22:43:19 +01:00
nsim.py
nxp_s32dbg.py
openocd.py west: runners: Implement the west rtt command for jlink 2024-09-10 12:39:42 -04:00
probe_rs.py scripts: west_commands: runners: Add support for probe-rs 2024-08-01 12:39:28 +02:00
pyocd.py west: runners: Add west rtt command with pyocd implementation 2024-09-10 12:39:42 -04:00
qemu.py
renode-robot.py scripts: west robot & simulation: Fix OOT 2024-07-01 16:10:35 -04:00
renode.py
silabs_commander.py
spi_burn.py
stm32cubeprogrammer.py west: runners: stm32cubeprogrammer: Fixed behaivor if programmer is in path 2024-10-11 13:20:29 -04:00
stm32flash.py
teensy.py
trace32.py
uf2.py
xsdb.py runners: add support for xsdb (Xilinx System Debugger) 2024-10-23 11:34:24 +02:00
xtensa.py