python-dfu icon indicating copy to clipboard operation
python-dfu copied to clipboard

Python implementation of USB DFU device class

Python implementation of USB DFU 1.1 spec Also supports STMicroelectronic extensions (known as DfuSe).

Based upon python-libusb1.

"raw" protocol should be correctly implemented. Higher level code (file format parsing & generation) is not complete/stable yet. Use at your own risk.