zephyr/scripts/support/runner
Marti Bolivar e32ed18076 jlink: fix flashing behavior on Windows
The object returned by NamedTemporaryFile cannot be opened a second
time while the file is still open on Windows. This is exactly what the
JLink commander needs to do with the resulting file, however, breaking
jlink flash on that platform.

Fix this by using a temporary directory instead, and creating a file
inside it. The resulting directory still gets cleaned up, but the
resulting file can be read by the commander.

Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
2018-04-09 11:58:36 -05:00
..
__init__.py
arc.py scripts: bug fixes in arc.py for make flash 2018-03-08 11:01:11 +01:00
bossac.py
core.py
dfu.py
esp32.py
jlink.py jlink: fix flashing behavior on Windows 2018-04-09 11:58:36 -05:00
nios2.py
nrfjprog.py scripts: nrfjprog.py: Add --softreset switch 2018-03-09 23:05:34 -05:00
openocd.py
pyocd.py
qemu.py
xtensa.py