summaryrefslogtreecommitdiffstatshomepage
path: root/tools/pydfu.py
Commit message (Collapse)AuthorAge
* tools: Fix pydfu.py to work with old and new versions of PyUSBDave Hylands2015-07-06
| | | | | | | | | 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
* tools, pydfu: Some fixes to support Python 3.Damien George2014-10-22
|
* Add pydfu.py to the micropython tree. Use dfu_util bgy defaultDave Hylands2014-10-22
You can do: make USE_PYDFU=1 deploy to use pydfu.py