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've noticed that the FAT32 adapter for the sdmmc-embedded crate was added to the sdmmc.rs source file.
I would suggest we move this into its own dedicated file, such as fat32.rs, as perhaps apart of an some kind of extensions folder. These adapters aren't strictly driver implementations and so should probably be separated.
I would then add an adapter for the alternative rust-fatfs crate.
Wdyt?
The text was updated successfully, but these errors were encountered:
I've noticed that the FAT32 adapter for the sdmmc-embedded crate was added to the
sdmmc.rs
source file.I would suggest we move this into its own dedicated file, such as
fat32.rs
, as perhaps apart of an some kind of extensions folder. These adapters aren't strictly driver implementations and so should probably be separated.I would then add an adapter for the alternative rust-fatfs crate.
Wdyt?
The text was updated successfully, but these errors were encountered: