zephyr/scripts/support
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
..
runner jlink: fix flashing behavior on Windows 2018-04-09 11:58:36 -05:00
quartus-flash.py nios2: add flashing/debug scripts 2016-06-10 15:22:40 +00:00
zephyr_flash_debug.py cmake: Fix "make VERBOSE=1" 2018-01-10 22:14:53 -05:00