summaryrefslogtreecommitdiff
path: root/tools/dfu.py
AgeCommit message (Collapse)Author
2014-01-03Change dfu.py to be Python 2/3 compatiblemux
* Chane dfu.py to use Python 3 syntax to avoid dependency on Python 2. * Update Makefile to call python instead of python2 * Fix #33
2013-12-20Add tools/dfu.py, and use it in stm/Makefile.Damien