MabezDev/embedded-fatfs

Initial release

Opened this issue · 0 comments

  • Rename Device trait to BlockDevice, find a new name for the BlockDevice <=> embedded-io wrapper.
  • #17
  • #16
  • Ensure it can build on stable
    • Update or remove usage of async iter
  • Cut a block-device-driver release and PR some impls to hals
    • Should alignment be part of the base trait?
    • Waiting on aligned release for new release
  • Remove the File::new_from_context API, it's easy to misuse: #28
  • #19
  • #12