zephyr/scripts/west_commands/runners
Andrzej Głąbek fb3e8138a2 west_commands: nrfjprog: Add handling of data targeting the XIP region
When a hex file contains some data that needs to be programmed using
the QSPI peripheral (because it targets the XIP region), nrfjprog
needs to be provided with an option that specifies the QSPI erase
method to be used (otherwise, reprogramming will fail).
This commit adds the "--qspisectorerase" option when needed and it
also fixes the programming routine for nRF53, so that data for the
XIP region is not incorrectly interpreted as intended for the network
core.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-06-24 20:29:00 +02:00
..
__init__.py west: remove intel_s1000_crb runners 2022-06-13 16:19:51 -04:00
blackmagicprobe.py
bossac.py
canopen_program.py everywhere: fix typos 2022-03-18 13:24:08 -04:00
core.py ARC: west: mdb runner: change folder to run MDB 2022-06-02 13:09:51 +02:00
dediprog.py
dfu.py
esp32.py scripts: runners: esp32: remove print() call 2022-01-05 19:48:18 -05:00
gd32isp.py
hifive1.py
intel_adsp.py scripts: runner: add a intel_adsp west runner 2022-06-05 14:13:57 +02:00
intel_cyclonev.py scripts: west_commands: runners: add runner for Cyclone V SoC FPGA DK 2022-05-10 13:29:47 -04:00
jlink.py everywhere: fix typos 2022-03-18 13:24:08 -04:00
mdb.py ARC: west: mdb runner: change folder to run MDB 2022-06-02 13:09:51 +02:00
misc.py
nios2.py
nrfjprog.py west_commands: nrfjprog: Add handling of data targeting the XIP region 2022-06-24 20:29:00 +02: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
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