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
I want to know if I've overlooked any functionality for formatting SD cards or if it's planned in the future. I can only seem to find information on how to print out information about them already preconfigured in FAT16 or FAT32 and the first line on the README being "This crate is intended to allow you to read/write files on a FAT formatted SD card on your Rust Embedded device" indicates that this crate is only for reading and writing not formatting.
If formatting is outside the scope of this crate then fair enough, but I want to double check.
The text was updated successfully, but these errors were encountered:
I'll look into implementing it then (though I wouldn't expect this soon as I'm not familiar with how SD cards work at a low level so it will require some research).
I want to know if I've overlooked any functionality for formatting SD cards or if it's planned in the future. I can only seem to find information on how to print out information about them already preconfigured in FAT16 or FAT32 and the first line on the README being "This crate is intended to allow you to read/write files on a FAT formatted SD card on your Rust Embedded device" indicates that this crate is only for reading and writing not formatting.
If formatting is outside the scope of this crate then fair enough, but I want to double check.
The text was updated successfully, but these errors were encountered: