-
-
Notifications
You must be signed in to change notification settings - Fork 83
Deprecation of SPIFFS in favour of littleFS #619
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
Comments
Link to the littleFS |
Here's the results of a direct comparison between the two file systems: RIOT-OS/RIOT#8316 |
Work on this can be found here: https://github.com/nanoframework/nf-interpreter/tree/develop-littlefs |
Note that chibiOS 20.3.x also supports EFlash subsystem (EFL) http://www.chibios.com/forum/viewtopic.php?f=3&t=4323&sid=15a7802a3245dccb6fe93526752e422a&start=40 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Did this go anywhere? I think one other advantage of LittleFS is that it has directory support if I'm not mistaken? |
No work has been done to make this change. If you would like to tackle this, please go ahead. We ❤️ PRs!! 😉 |
Here was my stab at it: nanoframework/nf-interpreter@df3ba3f |
Mark SPIFFS as deprecated (still an option in firmware, although not selected by default) and use littleFS instead. see esp8266/Arduino#7263 for some good reasons why.
The text was updated successfully, but these errors were encountered: