You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Known Issues
Modifying existing files (as opposed to appending to a file) will cause data corruption unless you only write multiples of 512 bytes and only at offsets that are a multiple of 512 bytes (#188)
Changed
Writing to a file no longer flushes file metadata to the Directory Entry.
Instead closing a file now flushes file metadata to the Directory Entry.
Requires mutable access to the Volume (#94).
Files now have the correct length when modified, not appended (#72).
Calling SdCard::get_card_type will now perform card initialisation (#87 and #90).