Justin Beaurivage
Justin Beaurivage
I would suggest we do one release with both implementations. After that, remove e-h 0.2 on the subsequent release. Drivers and apps that still rely on e-h 0.2 will then...
Closed via #672.
Yeah, pretty much. The downside of the current API is that storing a mut reference to the `SdMmcSpi` makes it really hard to share a `BlockSpi` between different contexts (ie,...
@thejpster, I finally found the time to get a prototype up using v0.5. I think it definitely fits the bill better. One thing I think is still missing though: If...
I can second that this is happening to me too. It also seems the same thing happens when attempting to close directories.
> As far as I recall, I picked cluster numbers because every directory and every file must be located within a unique cluster number, and there are no duplicates across...
@elpiel unfortunately I haven't had the time to jump back into that issue. Thanks for reporting #75, I'll try to look at that when I finally manage to work on...
All that is left to do at this point is trying to do away with the IdGenerator and try to have unique clusters for every file and directory that is...
Sounds good! All fixed up. By the way, there is a test that attempts to open the same file twice. Up until the last commit that test was failing (file...
That would be even better. Just to clarify, that sequence would always run, without an option to skip it? I'll try to test it out with a few cards next...