summaryrefslogtreecommitdiff
path: root/tools/dfu.py
AgeCommit message (Collapse)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-03-31tools: rename dfu-suffix.py to dfu.pySean Cross
dfu.py is unused in circuitpython, so rename dfu-suffix.py to replace it. Signed-off-by: Sean Cross <sean@xobs.io>
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