Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@robin-nitrokey robin-nitrokey released this 28 Feb 12:45
0.6.0
bc4b454

Changed

  • Updated to littlefs2-sys v0.3.1 and littlefs v2.9.3.
    • littlefs2 v2.6 introduced a new on-disk format (lfs2.1).
      We use the multiversion feature to keep the old on-disk format (lfs2.0) to not break compatibility with older versions of this crate.
  • Replaced the version function with the BACKEND_VERSION and DISK_VERSION constants.
    • Changed the Version struct to be a wrapper for a littlefs version number.
  • Removed the trait and result arguments from the const_ram_storage! and ram_storage! macros and replaced them with $crate::driver::Storage and $crate::io::Result.