dfu

Crates.iodfu
lib.rsdfu
version0.4.2
sourcesrc
created_at2020-09-06 19:30:24.937142
updated_at2021-05-10 17:10:02.91695
descriptionThe core DFU library used by DFU flasher.
homepagehttps://gitlab.com/mike7b4/dfuflash.git
repositoryhttps://gitlab.com/mike7b4/dfuflash
max_upload_size
id285505
size37,211
(mike7b4)

documentation

README

Dfu library

Rust implementation of STM32 DFU flasher heavily based on STM32 dfu-util at https://github.com/dsigma/dfu-util/.

This crates is the core library and used by dfu-flasher binary crate.

Dependencies

For full list see Cargo.toml

  • usbapi-rs

Works

  • Reset STM32 to application mode.
  • Read from STM32 flash
  • Erase/Write to STM32 flash.
  • Mass erase.
Commit count: 42

cargo fmt