#dfu #libusb

dfu-libusb

Implementation of DFU using libusb and dfu-core

7 releases (4 breaking)

0.5.1 May 13, 2023
0.5.0 Mar 4, 2023
0.4.0 Jan 26, 2023
0.3.1 Nov 4, 2022
0.0.0 May 31, 2021

#3 in #dfu

Download history 57/week @ 2023-02-05 57/week @ 2023-02-12 95/week @ 2023-02-19 99/week @ 2023-02-26 158/week @ 2023-03-05 41/week @ 2023-03-12 68/week @ 2023-03-19 33/week @ 2023-03-26 49/week @ 2023-04-02 49/week @ 2023-04-09 28/week @ 2023-04-16 29/week @ 2023-04-23 42/week @ 2023-04-30 54/week @ 2023-05-07 37/week @ 2023-05-14 28/week @ 2023-05-21

166 downloads per month
Used in cargo-dfu

MIT/Apache

10KB
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

~3MB
~60K SLoC