v0.2.0
Breaking Changes
-
Rename parts of the
DFUMemIO
API to remove confusing block/page terminology. (#4):DFUMemIO::PAGE_PROGRAM_TIME_MS
toDFUMemIO::PROGRAM_TIME_MS
DFUMemIO::PAGE_ERASE_TIME_MS
toDFUMemIO::ERASE_TIME_MS
DFUMemIO::read_block()
toDFUMemIO::read()
DFUMemIO::erase_block()
toDFUMemIO::erase()
DFUMemIO::erase_all_blocks()
toDFUMemIO::erase_all()
DFUMemIO::program_block()
toDFUMemIO::program()
-
Rename
Command::EraseBlock
toCommand::Erase
. (#4)
Fixed
- Some Clippy warnings