zephyr/scripts/west_commands/runners
Erwan Gouriou 4d073a755d scripts: west: openocd runner: Add an option to specify target handle
Provide a way to specify the openocd target script handle used to
describe the core target.
In most target scripts '_TARGETNAME' is used, but it can happen that
'_TARGETNAME.foo' or '_CHIPNAME.bar' is used, specially on SoCs subject
to multicore.

Today, this option is required to enable rtos thread awareness,
using '$_TARGETNAME configure -rtos Zephyr' command, which is generated
by this runner.
It could be useful for similar needs in future.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-05-24 08:52:16 -07:00
..
__init__.py scripts: west_commands: runners: add runner for Cyclone V SoC FPGA DK 2022-05-10 13:29:47 -04:00
blackmagicprobe.py scripts: runners: add connect_srst support for blackmagicprobe 2021-11-22 22:20:02 -05:00
bossac.py
canopen_program.py everywhere: fix typos 2022-03-18 13:24:08 -04:00
core.py debug: Remove deprecated CONFIG_OPENOCD_SUPPORT 2022-01-24 10:23:20 -05:00
dediprog.py
dfu.py runners: dfu-util: Convert to -i/--dev-id 2021-10-11 20:56:27 -04:00
esp32.py scripts: runners: esp32: remove print() call 2022-01-05 19:48:18 -05:00
gd32isp.py scripts: runner: Introduce gd32isp flash runner 2021-11-07 05:20:50 -05:00
hifive1.py
intel_cyclonev.py scripts: west_commands: runners: add runner for Cyclone V SoC FPGA DK 2022-05-10 13:29:47 -04:00
intel_s1000.py
jlink.py everywhere: fix typos 2022-03-18 13:24:08 -04:00
mdb.py everywhere: fix typos 2022-03-18 13:24:08 -04:00
misc.py
nios2.py
nrfjprog.py west: runners: Fix verify warning from nrfjprog 2022-03-01 08:41:40 -08:00
nsim.py
openocd.py scripts: west: openocd runner: Add an option to specify target handle 2022-05-24 08:52:16 -07:00
pyocd.py west: runners: Add a deprecation action to the core code 2021-10-11 20:56:27 -04:00
qemu.py
spi_burn.py scripts: runners: spi_burn: replaced delay by wait for response 2022-03-23 18:33:24 +01:00
stm32cubeprogrammer.py
stm32flash.py
xtensa.py