Releases: joltwallet/esp_littlefs
Releases · joltwallet/esp_littlefs
v1.4.0
Features
- ESP-IDF v5.0 Support
- Update upstream LittleFS to v2.5
- Added initial
fcntl
support. Currently supports commandF_GETFL
(thanks @donghengqaz ). ftruncate
support for ESP-IDF>=4.4.2
.
v1.3.2
v1.3.1
v1.3.0
Bug Fixes
- More compliant error handling. On errors exactly
-1
is now returned anderrno
is set. Previously other negative values may have been returned on error, which may have not been interpreted correctly by the VFS. Hopefully fixes #60 . Thanks @donghengqaz for pointing this out. - Fix
lseek
returningfalse
on error (which has the same value asESP_OK
!) - Added mutex around
esp_littlefs_info
(thanks @tbaust) - Removed unnecessary imports in
esp_littlefs.h
(Addresses #69). - Include missing
lfs_config.h
in cmake (thanks @7aman ). - Explicitly limit
esp_littlefs_info
to reportingused_bytes
to be less than or equal tototal_bytes
(addresses #66).
Breaking Changes
- See error handling in "Bug Fixes"
v1.2.0
New Features
- Kconfig option
LITTLEFS_FLUSH_FILE_EVERY_WRITE
to further mimic SPIFFS functionality, easing drop-in replacements. - Use existing esp VFS Kconfig option
CONFIG_VFS_SUPPORT_DIR
to enable/disable directory code to save a little extra flash.
Contributors
Thanks to: