Arduino_STM32/tools/win/dfu-util-0.9-win64
Roger Clark a1f154bc37 Added newer dfu-util for F4 DFU testing 2016-11-30 09:45:16 +11:00
..
README.txt Added newer dfu-util for F4 DFU testing 2016-11-30 09:45:16 +11:00
dfu-prefix.exe Added newer dfu-util for F4 DFU testing 2016-11-30 09:45:16 +11:00
dfu-suffix.exe Added newer dfu-util for F4 DFU testing 2016-11-30 09:45:16 +11:00
dfu-util-manual.pdf Added newer dfu-util for F4 DFU testing 2016-11-30 09:45:16 +11:00
dfu-util-static.exe Added newer dfu-util for F4 DFU testing 2016-11-30 09:45:16 +11:00
dfu-util.exe Added newer dfu-util for F4 DFU testing 2016-11-30 09:45:16 +11:00
libusb-1.0.dll Added newer dfu-util for F4 DFU testing 2016-11-30 09:45:16 +11: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