Skip to content

v0.3.0

Compare
Choose a tag to compare
@vitalyvb vitalyvb released this 18 Mar 19:33
· 38 commits to main since this release
099c188

Breaking Changes

  • Behavior change: use DFUMemIO::TRANSFER_SIZE instead of a request length
    for address computation in Download and Upload commands. If Host programmer
    is using smaller block sizes, uploads and downloads will be corrupted.

Fixed

  • Fixed programming error because of incorrect memory address calculation
    when writing the last and short block of the firmware without SetAddressPointer
    command (#6)

Changed

  • Rust edition set to 2021
  • usb-device dependency updated to 0.2.9
  • Documentation of DFUMemIO::TRANSFER_SIZE