dfu-libusb

Crates.iodfu-libusb
lib.rsdfu-libusb
version0.5.3
sourcesrc
created_at2021-05-31 23:21:01.822134
updated_at2024-11-09 06:41:11.746898
descriptionImplementation of DFU using libusb and dfu-core
homepagehttps://github.com/dfu-rs/dfu-libusb
repositoryhttps://github.com/dfu-rs/dfu-libusb
max_upload_size
id404514
size31,941
Sjoerd Simons (sjoerdsimons)

documentation

https://docs.rs/dfu-libusb

README

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

Commit count: 24

cargo fmt