Skip to content

Releases: joltwallet/esp_littlefs

v1.10.2

21 Oct 19:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.1...v1.10.2

v1.10.1

09 Oct 16:42
Compare
Choose a tag to compare

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

03 Oct 17:45
Compare
Choose a tag to compare

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

27 Sep 16:52
Compare
Choose a tag to compare

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

25 Sep 04:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

20 Sep 17:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0 - Raw Partition Support

21 Aug 01:49
Compare
Choose a tag to compare

What's Changed

  • Add functions for mounting raw partition. by @StefanRvO in #138
  • Added read-only ability.

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

03 Aug 16:32
Compare
Choose a tag to compare

What's Changed

  • Add support for LFS_MULTIVERSION. by @rtrbt in #137

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

09 Jul 03:37
Compare
Choose a tag to compare

Features

  • Support O_DIRECTORY flag by @donghengqaz in #85
  • Upgrade littlefs from v2.5.1 to v2.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

24 May 01:17
Compare
Choose a tag to compare

Bug Fixes

New Contributors

Full Changelog: v1.5.4...v1.5.5