Skip to content
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

FAT32 adapters #458

Open
ostenning opened this issue Sep 22, 2023 · 1 comment
Open

FAT32 adapters #458

ostenning opened this issue Sep 22, 2023 · 1 comment

Comments

@ostenning
Copy link
Contributor

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?

@olback
Copy link
Member

olback commented Nov 22, 2023

I think this would be a good change. It'd also be nice to implement FAT support for EMMC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants