Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Beep boop, this is an automatic PR to bring in littlefs
v2.9.0
. My script is running here.Maintainers should be able to edit this PR if needed.
Release notes
https://github.com/littlefs-project/littlefs/releases/tag/v2.9.0
Changes
42910bc
Bumped minor version to v2.9a70870c
Renamed internal functions _raw* -> *8b8fd14
Added inline_max, to optionally limit the size of inlined filesb5cd957
Extended lfs_fs_gc to compact metadata, compact_threshf522ed9
Added tests over rename type errors4f32738
Fix return value of lfs_rename()6691718
Restricted LFS_FILE_MAX to signed 32-bits, <2^31, <=21474836471fefcbb
Rearranged compile-time constant checks to live near lfs_init6056767
Relaxed alignment requirements for lfs_malloc897b571
Changed CI to just run on ubuntu-latestb1b10c0
Relaxed lookahead buffer alignment1f9c3c0
Reworked the block allocator so the logic is hopefully simpler7b68441
Renamed a number of internal block-allocator fields9a620c7
Added LFS_CRC, easier override for lfs_crca0c6c54
Added LFS_MALLOC/FREE, easier overrides for lfs_malloc/freec531a5e
Replace erroneous LFS_FILE_MAX upper bound 4294967296 to 42949672958f9427d
Add value-range checks for user-definable macros