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

#115 in Hardware support

Download history 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 626/week @ 2024-11-14 868/week @ 2024-11-21 723/week @ 2024-11-28 1316/week @ 2024-12-05 1579/week @ 2024-12-12 1348/week @ 2024-12-19 962/week @ 2024-12-26 898/week @ 2025-01-02 711/week @ 2025-01-09

4,185 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