zephyr/scripts/west_commands/runners
Bartosz Bilas 1502c6631d runners: jlink: exit with error in case of a failure
Add "ExitOnError 1" argument that treats any command-error
as fatal thus in the case of a programming error the "west flash"
command will return the correct error code instead of the default 0. It
fixes the false positive return codes when e.g we call west flash
command without a connected programmer or with the disconnected board.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
2021-10-28 10:57:28 +02:00
..
__init__.py scripts: runners: add specific ImportError to warning message 2021-06-16 10:39:08 +02:00
blackmagicprobe.py
bossac.py scripts: runners: bossac: Add legacy mode 2021-05-21 21:20:58 +02:00
canopen_program.py runners: canopen: poll for flash ready 2021-10-14 10:44:21 +02:00
core.py west: runners: Add a deprecation action to the core code 2021-10-11 20:56:27 -04:00
dediprog.py scripts: west_commands: runners: Remove need to match device capacity 2021-03-16 10:02:57 +01:00
dfu.py runners: dfu-util: Convert to -i/--dev-id 2021-10-11 20:56:27 -04:00
esp32.py esp32: auto detect serial port 2021-08-03 13:59:04 +02:00
hifive1.py
intel_s1000.py
jlink.py runners: jlink: exit with error in case of a failure 2021-10-28 10:57:28 +02:00
mdb.py arc: west: mdb: reverse the launch order for multi cores 2021-07-01 13:33:34 -04:00
misc.py
nios2.py scripts: runners: error on missing non-elf outputs 2021-02-02 14:01:22 -05:00
nrfjprog.py west: runners: Add a deprecation action to the core code 2021-10-11 20:56:27 -04:00
nsim.py runners: nsim: allow to use runner if gdb is missing 2020-12-27 18:19:10 +01:00
openocd.py runners: openocd: always search the board support directory if found 2021-10-19 17:38:54 +02:00
pyocd.py west: runners: Add a deprecation action to the core code 2021-10-11 20:56:27 -04:00
qemu.py
stm32cubeprogrammer.py scripts: runners: error on missing non-elf outputs 2021-02-02 14:01:22 -05:00
stm32flash.py scripts: runners: error on missing non-elf outputs 2021-02-02 14:01:22 -05:00
xtensa.py