Skip to content

Commit

Permalink
trying to implement main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
o-murphy committed Apr 26, 2024
1 parent 7a77bed commit 8aba2c9
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 165 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,34 @@ but also can work on each platform where **[PyUsb](https://github.com/construct/
#### Modules to implement:

- [ ] main
- [x] atoi()
- [ ] usb_path2devnum()
- [x] find_dfu_if()
- [x] _get_first_cb()
- [x] _get_first_dfu_if()
- [x] _check_match_cb()
- [x] get_matching_dfu_if()
- [x] _count_match_cb()
- [x] count_matching_dfu_if()
- [x] get_alt_name()
- [x] print_dfu_if()
- [x] list_dfu_interfaces()
- [x] alt_by_name()
- [x] _count_cb()
- [x] count_dfu_interfaces()
- [x] iterate_dfu_devices()
- [x] found_dfu_device()
- [x] get_first_dfu_device()
- [x] count_one_dfu_device()
- [x] count_dfu_devices()
- [x] parse_vendprod()
- [ ] resolve_device_path()
- [x] find_descriptor()
- [ ] usb_get_any_descriptor()
- [x] get_cached_extra_descriptor()
- [x] help_()
- [x] print_version()
- [ ] main()
- [ ] dfu_load.PROGRESS_BAR -> rich.Progress


Expand Down
2 changes: 1 addition & 1 deletion pydfuutil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
wrappers to **[libusb](https://github.com/libusb/libusb)
"""

__version__ = '0.0.2b0'
__version__ = '0.0.2b1'
__author__ = "o-murphy"
__credits__ = ["Dmytro Yaroshenko"]
__copyright__ = ('2023 Yaroshenko Dmytro (https://github.com/o-murphy)',)
Loading

0 comments on commit 8aba2c9

Please sign in to comment.