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