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

#86 in Hardware support

Download history 1003/week @ 2024-08-01 1051/week @ 2024-08-08 1166/week @ 2024-08-15 1100/week @ 2024-08-22 648/week @ 2024-08-29 1387/week @ 2024-09-05 981/week @ 2024-09-12 1064/week @ 2024-09-19 885/week @ 2024-09-26 1177/week @ 2024-10-03 2013/week @ 2024-10-10 1786/week @ 2024-10-17 1160/week @ 2024-10-24 1603/week @ 2024-10-31 1206/week @ 2024-11-07 591/week @ 2024-11-14

4,768 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
~56K SLoC