-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Use with LittleFS #15
Comments
Hello. This is good idea. |
@marcellangmaier It is very simple, you can refer to my configuration for LFS
then create a main function to init littlefs
Noted: We need to change W25qxx_ReadBlock(), W25qxx_WriteBlock(), W25qxx_EraseBlock() from return void to return status values. It needs for Littlefs checking error @nimaltd
|
Hello @nguyenlkdn . for sure. Please Push your new code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Thanks for you great library. I am struggling to use your library in combination with littlefs.
Have you ever implemented the littlefs filesystem with your driver?
The text was updated successfully, but these errors were encountered: