Add support for specifying a custom OpenOCD command to be used for resetting and halting a target. As noted in the OpenOCD documentation, not all targets support the "reset halt" command for halt-on-reset. Some targets support a software emulation via the "soft_reset_halt" command. Other targets may require a custom command (e.g. a command defined in the target configuration file). Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| blackmagicprobe.py | ||
| bossac.py | ||
| canopen_program.py | ||
| core.py | ||
| dediprog.py | ||
| dfu.py | ||
| esp32.py | ||
| hifive1.py | ||
| intel_s1000.py | ||
| jlink.py | ||
| mdb.py | ||
| misc.py | ||
| nios2.py | ||
| nrfjprog.py | ||
| nsim.py | ||
| openocd.py | ||
| pyocd.py | ||
| qemu.py | ||
| stm32cubeprogrammer.py | ||
| stm32flash.py | ||
| xtensa.py | ||