Damien George
|
bb516af1eb
|
tools/pydfu.py: Call set_configuration() on fresh USB device object.
This call is required before using the device (some operating systems don't
need it but others do). Fixes issue #3476.
|
2017-12-14 10:08:37 +11:00 |
|
Dave Hylands
|
c91727b75a
|
tools: Fix pydfu.py to work with old and new versions of PyUSB
Update pydfu.py to match with the version from openmv.
I just updated the openmv version to work with both of the
PyUSB 1.0.0.b1 and 1.0.0.b2
See: https://github.com/walac/pyusb/blob/master/ReleaseNotes.rst
|
2015-07-06 09:56:12 -07:00 |
|
Damien George
|
5fc42a6c97
|
tools, pydfu: Some fixes to support Python 3.
|
2014-10-22 20:27:43 +01:00 |
|
Dave Hylands
|
842210f53a
|
Add pydfu.py to the micropython tree. Use dfu_util bgy default
You can do:
make USE_PYDFU=1 deploy
to use pydfu.py
|
2014-10-22 20:18:38 +01:00 |
|