summaryrefslogtreecommitdiffstatshomepage
path: root/tools/pydfu.py
Commit message (Expand)AuthorAge
* all: Fix various spelling mistakes found by codespell 2.2.6.Damien George2023-10-03
* tools/pydfu.py: Use getattr to retrieve getargspec function.Damien George2023-05-24
* all: Fix spelling mistakes based on codespell check.Damien George2023-04-27
* all: Update Python formatting to latest Black version 21.12b0.Jim Mussared2021-12-09
* tools/pydfu.py: Remove default VID/PID values.Tobias Thyrrestrup2021-05-21
* tools/pydfu.py: Support DFU files with elements of zero size.Damien George2021-02-23
* Revert "tools/pydfu.py: Respect longer timeouts requested by DFU dev..."Andrew Leech2020-07-01
* tools/pydfu.py: Respect longer timeouts requested by DFU device/mboot.Andrew Leech2020-06-30
* tools/pydfu.py: Display any error strings from device/mboot.Andrew Leech2020-03-22
* tools/pydfu.py: Add args for VID/PID & exit with cleaner error handling.Andrew Leech2020-03-22
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* tools/pydfu.py: Clean up syntax, update comments and docstrings.c0rejump2020-01-23
* tools/pydfu.py: Fix regression so tool runs under Python 2 again.Dave Hylands2018-12-30
* tools/pydfu.py: Improve DFU reset, and auto-detect USB transfer size.Damien George2018-11-27
* tools/pydfu: Workaround stdio flush error on Windows with Python 3.6.Andrew Leech2018-09-21
* tools/pydfu.py: Make the DFU tool work again with Python 2.roland2018-07-27
* tools/pydfu.py: Use getfullargspec instead of getargspec for newer pyusbroland2018-07-20
* tools/pydfu.py: Add support for multiple memory segments.Damien George2018-06-22
* tools/pydfu.py: Increase download packet size to full 2048 bytes.Damien George2018-06-08
* tools/pydfu.py: Fix typo in comments.Keith Wiley2018-05-18
* tools/pydfu.py: Call set_configuration() on fresh USB device object.Damien George2017-12-14
* tools: Fix pydfu.py to work with old and new versions of PyUSBDave Hylands2015-07-06
* 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