STM32GENERIC/tools/win/dfu-util-0.9-win64
Daniel Fekete 3e591dbe7f Add missing .exe files 2017-04-22 14:14:54 +02:00
..
README.txt Copy tools from stm32duino 2017-04-10 06:53:07 +02:00
dfu-prefix.exe Add missing .exe files 2017-04-22 14:14:54 +02:00
dfu-suffix.exe Add missing .exe files 2017-04-22 14:14:54 +02:00
dfu-util-manual.pdf Copy tools from stm32duino 2017-04-10 06:53:07 +02:00
dfu-util-static.exe Add missing .exe files 2017-04-22 14:14:54 +02:00
dfu-util.exe Add missing .exe files 2017-04-22 14:14:54 +02:00
libusb-1.0.dll Add missing .exe files 2017-04-22 14:14:54 +02:00

README.txt

dfu-util 0.9

These binaries are for Microsoft Windows 64-bit

They were built using MinGW-64 from MSYS2 with gcc 5.3.0,
for build instructions please see:
http://dfu-util.sourceforge.net/build.html

Source code:
https://sourceforge.net/p/dfu-util/dfu-util/ci/v0.9/tree/

dfu-util.exe requires libusb-1.0.dll. The shipped libusb-1.0.dll
is built from libusb 1.0.20 and can be replaced with another
version if desired.

dfu-util-static.exe has the libusb 1.0.20 code embedded and runs
without any libusb-1.0.dll.

Notes:
1. To work around a bug in gcc/mingw, a small patch was applied, see
   https://sourceforge.net/p/dfu-util/tickets/13/
2. The dfu-util-static.exe includes libusb that has been patched
   to work around a silicon bug in STM32F42X devices:
   https://github.com/axoloti/axoloti/blob/master/platform_osx/src/libusb.stdfu.patch

2016-02-11 Tormod Volden