Releases: joltwallet/esp_littlefs
Releases · joltwallet/esp_littlefs
v1.10.2
What's Changed
- Fix O_APPEND not working with other flags by @BrianPugh in #156
Full Changelog: v1.10.1...v1.10.2
v1.10.1
What's Changed
- fix bad NULL-check when allocating primary filesystem structure by @BrianPugh in #152. Addresses #151
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Update LittleFS to v2.8.0; introduce
grow_on_mount
. by @BrianPugh in #148
Full Changelog: v1.9.2...v1.10.0
v1.9.2
What's Changed
- Have clean target delete the littlefs_py_env files. by @BrianPugh in #150
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
- publicly require the esp_partition component by @BrianPugh in #147
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Drop support for EOL esp-idf 4.1 and 4.2. by @BrianPugh in #141
- Replace mklittlefs with littlefs-python by @ianlevesque in #143
- This should improve cross-platform image-generation support, addressing #121, #132
- Thanks to @ianlevesque and @jrast for making this happen!
Full Changelog: v1.8.0...v1.9.0
v1.8.0 - Raw Partition Support
What's Changed
- Add functions for mounting raw partition. by @StefanRvO in #138
- Added read-only ability.
New Contributors
- @StefanRvO made their first contribution in #138
Full Changelog: v1.7.0...v1.8.0
v1.7.0
v1.6.0
Features
- Support O_DIRECTORY flag by @donghengqaz in #85
- Upgrade littlefs from
v2.5.1
tov2.7.0
. Everything should be backwards compatible, just take some precaution. Some notable details below.- Upgrading the on-disk minor version from lfs2.0 -> lfs2.1.
- forward-looking erase-state CRCs:
In the case of power-failure, this could lead to littlefs progging the same location multiple times without an erase, leading to best case fixable corruption, worst case significantly reduced data retention.
- Significantly speed up cycle detection in the case the metadata linked-list contains a cycle.
- See complete changelog: https://github.com/littlefs-project/littlefs/releases
Full Changelog: v1.5.5...v1.6.0
v1.5.5
Bug Fixes
- More robust esp-idf version parsing by @huming2207 in #126
New Contributors
- @huming2207 made their first contribution in #126
Full Changelog: v1.5.4...v1.5.5