2 unstable releases

0.2.0 Feb 5, 2023
0.1.0 Aug 26, 2021

#1637 in Parser implementations

30 downloads per month

MIT license

27KB
478 lines

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


lib.rs:

This crate offers 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.

Dependencies

~125KB