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.8.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.8.0
Changes
f91c5bd
Bumped minor version to v2.86b33ee5
Renamed lfs_fs_findfreeblocks -> lfs_fs_gc, tweaked documentation63e4408
Extended alloc tests to test some properties of lfs_fs_findfreeblocksdbe4598
Added API boilerplate for lfs_fs_findfreeblocks and consistent styled85a0fe
Move lookahead buffer offset at the first free block if such block doesn't exist move it for whole lookahead size.b637379
Update lfs_find_free_blocks to match the latest changes.23505fa
Added lfs_fs_grow for growing the filesystem to a different block_count2c222af
Tweaked lfs_fsinfo block_size/block_count fields127d84b
Added a couple mixed/unknown block_count tests027331b
Adopted erase_size/erase_count config in test block-devices/runners9c23329
Revert of refactor lfs_scan_* out of lfs_format23089d5
remove previous block_count detection from lfs_formatd6098bd
Add block_count and block_size to fsinfod6c0c6a
linting5caa83f
forgot to unmount lfs in test; leaking memory7521e0a
fix newly introduced missing cleanup when an invalid superblock is found.2ebfec7
test for failure when interpretting block count when formatting without superblock3d0bcf4
Add test_superblocks_mount_unknown_block_count6de3fc6
fix corruption checkdf238eb
Add a unit test; currently hanging on final permutation.be68122
introduce lfs->block_count. If cfg->block_count is 0, autopopulate from superblock6dae703
remove redundant superblock check7328527
refactor lfs_scan_for_state_updates and lfs_scan_for_superblock out of lfs_format