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

Feature suggestion: littleFS support? #10

Open
owlshrimp opened this issue Feb 5, 2022 · 0 comments
Open

Feature suggestion: littleFS support? #10

owlshrimp opened this issue Feb 5, 2022 · 0 comments

Comments

@owlshrimp
Copy link

owlshrimp commented Feb 5, 2022

https://hackaday.com/2019/01/24/cool-tools-a-little-filesystem-that-keeps-your-bits-on-lock/
https://github.com/littlefs-project/littlefs

On top of the basic drive I/O routines it might be useful to implement littlefs, a filesystem made for microcontrollers. AFAIK all you need to do to port it is to provide it with implementations of a few functions for reading/writing/syncing blocks.

The filesystem is simple and light weight, far more robust than FAT, and every operation is atomic.

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

1 participant