zephyr/scripts/west_commands/runners
Daniel Schultz b22c961e5e scripts: west: runner: openocd: Add gdb-client-port
The gdb-port defines the GDB port and the openocd runner passes
this value to openocd as well as gdb. However, the TI AM62x board
provides multiple ports for each subsystem. For example, systick
appears at 3333, A53 as 3334-3337, R5F as 3338 and M4F as 3339.

If we want to connect to the M4F, we need to add another port which
is different to the to the gdb-port value.

This patch adds an additional argument --gdb-client-port to define
the port which GDB should connect to. It defaults to 3333, identical
to gdb-port.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
2024-06-13 20:24:16 -04:00
..
__init__.py West: Add west robot command 2024-05-28 12:54:52 +02:00
blackmagicprobe.py
bossac.py
canopen_program.py
core.py scripts: nrf_common: Handle SUIT artifacts 2024-06-10 17:03:14 +03:00
dediprog.py
dfu.py
esp32.py soc: espressif: esp32: update to hal_espressif v5.1 2024-04-05 13:39:53 +02:00
ezflashcli.py west/ezflashcli: add dev_id capability 2024-06-03 03:02:11 -07:00
gd32isp.py
hifive1.py
intel_adsp.py hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
intel_cyclonev.py scripts: test for imported ELFFile instead of setting it to None 2024-03-20 09:59:27 +01:00
jlink.py
linkserver.py west: linkserver: fix erase error 2024-05-10 18:07:18 -04:00
mdb.py ARC: nSIM: west: launch cores in direct order for simulation run 2024-05-17 12:40:52 +02:00
misc.py
native.py west: add native_sim flash, debugserver command 2024-03-12 12:57:18 -04:00
nios2.py West: runners: Add explicit capabilities 2024-05-28 12:54:52 +02:00
nrf_common.py scripts: More explicit error in west_commands for NRF flashing 2024-06-12 18:26:29 -04:00
nrfjprog.py scripts: west_commands: runners: nrf_common: update nRF54H support 2024-03-20 11:35:47 +01:00
nrfutil.py scripts: west_commands: runners: nrfutil: Only flash with J-Links 2024-05-29 08:31:01 -07:00
nsim.py West: runners: Add explicit capabilities 2024-05-28 12:54:52 +02:00
nxp_s32dbg.py
openocd.py scripts: west: runner: openocd: Add gdb-client-port 2024-06-13 20:24:16 -04:00
pyocd.py
qemu.py
renode-robot.py West: Add west robot command 2024-05-28 12:54:52 +02:00
renode.py West: Add west simulate command 2024-05-28 12:54:52 +02:00
silabs_commander.py
spi_burn.py
stm32cubeprogrammer.py scripts: west flash with stm32CubeProgrammer and ext-loader 2024-05-27 01:34:51 -07:00
stm32flash.py
teensy.py teensy: add west flash teensy_loader_cli integration 2024-04-09 11:07:21 +02:00
trace32.py
uf2.py
xtensa.py