Use embedded-storage BlockDevice trait.#162
Draft
qwandor wants to merge 1 commit intorust-embedded-community:developfrom
Draft
Use embedded-storage BlockDevice trait.#162qwandor wants to merge 1 commit intorust-embedded-community:developfrom
qwandor wants to merge 1 commit intorust-embedded-community:developfrom
Conversation
45ca173 to
02caa6a
Compare
Member
|
It's a shame to loose |
936d63f to
48890b0
Compare
48890b0 to
d2581d0
Compare
This will allow both the SD card driver and the FAT32 implementation to be used with filesystem or block device drivers respectively.
d2581d0 to
ee3c688
Compare
Contributor
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will allow both the SD card driver and the FAT32 implementation to be used with filesystem or block device drivers respectively.
This is a step towards #15 and shows off how to use rust-embedded-community/embedded-storage#59 in practice.