| Age | Commit message (Collapse) | Author |
|
Segments are separated by / and begin with the memory address. This
follows how the ST DFU tool works.
|
|
The ST DFU bootloader supports a transfer size up to 2048 bytes, so send
that much data on each download (to device) packet. This almost halves
total download time.
|
|
|
|
This call is required before using the device (some operating systems don't
need it but others do). Fixes issue #3476.
|
|
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
|
|
|
|
You can do:
make USE_PYDFU=1 deploy
to use pydfu.py
|