Releases: square/pyfu-usb
Releases · square/pyfu-usb
2.0.2
2.0.1
- Add back support for Python 3.8
- Use
importlib.metadata
from the standard library, rather than relying on the package
2.0.0
- Drop support for Python 3.7 and 3.8.
- Migrate from
pkg_resources
toimportlib_metadata
. - Rework
_dfuse_download
slightly: Instead of always clearing the status before starting the download, only do it if a pipe error is detected. In newer STM32 devices, clearing the status seems to make the first download fail.
1.0.2
Ignore all USB errors when exiting DFU.
1.0.1
Add long_description
and url
to package to improve the PyPi project page.
1.0.0
Initial release.