zephyr/scripts/west_commands/runners
Yves Vandervennet 7b29b66bd5 west: linkserver: change the default port number for semihost
LinkServer manages port numbers for gdb and semihost as separate linear
sequences when invoked to debug multi-core applications, e.g the
gdb-server instance for cpu0 will have the default GDB port 3333 and the
next gdb-server instance will be assigned the port 3334. The latter will
conflict with the default port for semihost which is 3334.

This patch changes the default port for semihost to 8888.
Port numbers can be changed when invoking the linkserver runner.

Signed-off-by: Yves Vandervennet <yves.vandervennet@nxp.com>
2024-11-16 15:55:34 -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
core.py
dediprog.py
dfu.py
esp32.py
ezflashcli.py
gd32isp.py
hifive1.py
intel_adsp.py
intel_cyclonev.py
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
misc.py
native.py
nios2.py
nrf_common.py nordic: Remove the nRF54H20 Engineering B 2024-11-16 15:09:14 -05:00
nrfjprog.py
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
probe_rs.py
pyocd.py
qemu.py
renode-robot.py
renode.py
silabs_commander.py
spi_burn.py
stm32cubeprogrammer.py
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