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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| blackmagicprobe.py | ||
| bossac.py | ||
| canopen_program.py | ||
| core.py | ||
| dediprog.py | ||
| dfu.py | ||
| esp32.py | ||
| gd32isp.py | ||
| hifive1.py | ||
| intel_cyclonev.py | ||
| intel_s1000.py | ||
| jlink.py | ||
| mdb.py | ||
| misc.py | ||
| nios2.py | ||
| nrfjprog.py | ||
| nsim.py | ||
| openocd.py | ||
| pyocd.py | ||
| qemu.py | ||
| spi_burn.py | ||
| stm32cubeprogrammer.py | ||
| stm32flash.py | ||
| xtensa.py | ||