-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LFN support #155
base: develop
Are you sure you want to change the base?
Add LFN support #155
Conversation
Thank you for this pull request! I have some comments.
I like the approach of doing the dir listing first. That makes sense. |
f0ed73e
to
e7ad0d8
Compare
…embedded-sdmmc-rs into add/lfn-support
e7ad0d8
to
842adec
Compare
Yes, I will provide code for fat16 as well as all the tests - for now it is a little mess (as I'm running this against actual SD card to understand fully what I'm trying to implement), but will do 👍 |
You inspired me to have a go at this myself - see https://github.com/rust-embedded-community/embedded-sdmmc-rs/tree/add-lfn-support |
Nice! Therefore I will continue to work on this branch until I loose interest - I treat this as educational thing as well (and definitely will take some ideas from your branch, I see solutions for problems that I've been stuck on a bit) |
No description provided.