-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'littlefs/' changes from 130790f..f77214d
f77214d Merge pull request #877 from littlefs-project/devel f91c5bd Bumped minor version to v2.8 0eb52a2 Merge pull request #875 from littlefs-project/fs-gc 6b33ee5 Renamed lfs_fs_findfreeblocks -> lfs_fs_gc, tweaked documentation 63e4408 Extended alloc tests to test some properties of lfs_fs_findfreeblocks dbe4598 Added API boilerplate for lfs_fs_findfreeblocks and consistent style d85a0fe 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. 1ba4ed0 Merge pull request #872 from littlefs-project/fs-grow e4b7fa1 Merge pull request #866 from BrianPugh/optional-block-count 23505fa Added lfs_fs_grow for growing the filesystem to a different block_count 2c222af Tweaked lfs_fsinfo block_size/block_count fields 127d84b Added a couple mixed/unknown block_count tests 027331b Adopted erase_size/erase_count config in test block-devices/runners 9c23329 Revert of refactor lfs_scan_* out of lfs_format 23089d5 remove previous block_count detection from lfs_format d6098bd Add block_count and block_size to fsinfo d6c0c6a linting 5caa83f forgot to unmount lfs in test; leaking memory 7521e0a fix newly introduced missing cleanup when an invalid superblock is found. 2ebfec7 test for failure when interpretting block count when formatting without superblock 3d0bcf4 Add test_superblocks_mount_unknown_block_count 6de3fc6 fix corruption check df238eb Add a unit test; currently hanging on final permutation. be68122 introduce lfs->block_count. If cfg->block_count is 0, autopopulate from superblock 6dae703 remove redundant superblock check 7328527 refactor lfs_scan_for_state_updates and lfs_scan_for_superblock out of lfs_format git-subtree-dir: littlefs git-subtree-split: f77214d1f0a8ccd7ddc7e1204fedd25ee5a41534
- Loading branch information
Showing
16 changed files
with
689 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.