summaryrefslogtreecommitdiff
path: root/tools/pydfu.py
AgeCommit message (Expand)Author
2025-02-25all: Upgrade to ruff v0.9.6.Christian Clauss
2023-10-03all: Fix various spelling mistakes found by codespell 2.2.6.Damien George
2023-05-24tools/pydfu.py: Use getattr to retrieve getargspec function.Damien George
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2021-12-09all: Update Python formatting to latest Black version 21.12b0.Jim Mussared
2021-05-21tools/pydfu.py: Remove default VID/PID values.Tobias Thyrrestrup
2021-02-23tools/pydfu.py: Support DFU files with elements of zero size.Damien George
2020-07-01Revert "tools/pydfu.py: Respect longer timeouts requested by DFU dev..."Andrew Leech
2020-06-30tools/pydfu.py: Respect longer timeouts requested by DFU device/mboot.Andrew Leech
2020-03-22tools/pydfu.py: Display any error strings from device/mboot.Andrew Leech
2020-03-22tools/pydfu.py: Add args for VID/PID & exit with cleaner error handling.Andrew Leech
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-23tools/pydfu.py: Clean up syntax, update comments and docstrings.c0rejump
2018-12-30tools/pydfu.py: Fix regression so tool runs under Python 2 again.Dave Hylands
2018-11-27tools/pydfu.py: Improve DFU reset, and auto-detect USB transfer size.Damien George
2018-09-21tools/pydfu: Workaround stdio flush error on Windows with Python 3.6.Andrew Leech
2018-07-27tools/pydfu.py: Make the DFU tool work again with Python 2.roland
2018-07-20tools/pydfu.py: Use getfullargspec instead of getargspec for newer pyusbroland
2018-06-22tools/pydfu.py: Add support for multiple memory segments.Damien George
2018-06-08tools/pydfu.py: Increase download packet size to full 2048 bytes.Damien George
2018-05-18tools/pydfu.py: Fix typo in comments.Keith Wiley
2017-12-14tools/pydfu.py: Call set_configuration() on fresh USB device object.Damien George
2015-07-06tools: Fix pydfu.py to work with old and new versions of PyUSBDave Hylands
2014-10-22tools, pydfu: Some fixes to support Python 3.Damien George
2014-10-22Add pydfu.py to the micropython tree. Use dfu_util bgy defaultDave Hylands