9 unstable releases

0.5.3 Nov 9, 2024
0.5.1 May 13, 2023
0.5.0 Mar 4, 2023
0.3.1 Nov 4, 2022
0.0.0 May 31, 2021

#127 in Hardware support

Download history 1819/week @ 2024-10-07 1509/week @ 2024-10-14 1620/week @ 2024-10-21 1414/week @ 2024-10-28 1517/week @ 2024-11-04 771/week @ 2024-11-11 770/week @ 2024-11-18 525/week @ 2024-11-25 1298/week @ 2024-12-02 1566/week @ 2024-12-09 1604/week @ 2024-12-16 978/week @ 2024-12-23 670/week @ 2024-12-30 996/week @ 2025-01-06 662/week @ 2025-01-13 751/week @ 2025-01-20

3,200 downloads per month
Used in 4 crates

MIT/Apache

11KB
196 lines

Rust Latest Version License Docs.rs LOC Dependency Status

dfu-libusb

Implementation of DFU using libusb and dfu-core.

Library

You can use this crate as a library to your projects. It depends on dfu-core for the actual DFU implementation and on rusb for the libusb Rust wrapper library.

CLI

You can use this crate as a CLI:

cargo install --features cli dfu-libusb

This will install a binary dfu to your cargo binary PATH which you can use to write firmwares to your devices.

Please run dfu --help for more information about how to use it.

License

MIT OR Apache-2.0

Dependencies

~1.7–2.6MB
~55K SLoC