All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Require Nor flashes error types to be convertible to generic errors.
- Provide helper functions for Nor flashes to check for generic errors.
- Add embedded-storage-async crate with async version of nor flash (requires nightly).
- Add
ErrorType
trait to avoid needing to specify error type multiple times.
0.2.0 - 2021-09-15
- Removed
try_
prefix from all trait methods. - Add RMW helpers for Nor flashes, implementing
Storage
trait.
0.1.0 - 2021-05-18
Initial release to crates.io.