| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Build size and comparison to main:
|
Sorry, something went wrong.
* Upgrade LittleFS to v2.11.0 * Filesystem locking * Map LittleFS errors to LVFS errors * Clean LittleFS on boot * Optimise LittleFS params --------- Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com>
|
Bumped to latest LittleFS |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The optimised parameters result in slightly less efficient flash usage with many small files but much better access performance. External fonts should load slightly faster after this.
After this PR, the on disk format will be updated to a newer version so loading an older version of InfiniTime will cause the flash to be reformatted
The optimised parameters require formatting the filesystem fully. I haven't included this in the PR, but we probably should? I haven't thought about how to do this in a nice way yet
This might close some issues relating to FS thread safety, but I'm not convinced it's fully fixed yet. It's definitely an improvement though - currently there is no locking at all