dfufile

Crates.iodfufile
lib.rsdfufile
version0.2.0
sourcesrc
created_at2021-08-26 09:29:54.188338
updated_at2023-02-05 16:37:08.238173
descriptionDFU file processing
homepage
repositoryhttps://github.com/sourcebox/dfufile-rs
max_upload_size
id442508
size28,376
Oliver Rockstedt (sourcebox)

documentation

README

dfufile

This Rust crate provides tools for processing DFU files as described in the document "Universal Serial Bus Device Class Specification for Device Firmware Upgrade", Revision 1.1 published at https://usb.org.

It also supports the extensions added by STMicroelectronics (DfuSe) that are widely used with STM32 microcontrollers, as well as several other products.

Status

Parsing existing files is fully implemented. Creating new files is not supported yet.

Binaries

dfufile-dump is a simple CLI application that dumps the structure of the file given as argument.

License

Published under the MIT license.

Author: Oliver Rockstedt info@sourcebox.de

Commit count: 9

cargo fmt