Crates.io | dfufile |
lib.rs | dfufile |
version | 0.2.0 |
source | src |
created_at | 2021-08-26 09:29:54.188338 |
updated_at | 2023-02-05 16:37:08.238173 |
description | DFU file processing |
homepage | |
repository | https://github.com/sourcebox/dfufile-rs |
max_upload_size | |
id | 442508 |
size | 28,376 |
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.
Parsing existing files is fully implemented. Creating new files is not supported yet.
dfufile-dump is a simple CLI application that dumps the structure of the file given as argument.
Published under the MIT license.
Author: Oliver Rockstedt info@sourcebox.de