Christopher Haster
|
a0c6c54345
Added LFS_MALLOC/FREE, easier overrides for lfs_malloc/free
|
hace 2 años |
Christopher Haster
|
c733d9ec57
Merge pull request #884 from DvdGiessen/static-functions
|
hace 2 años |
Christopher Haster
|
8f3f32d1f3
Added -Wmissing-prototypes
|
hace 2 años |
Daniël van de Giessen
|
92fc780f71
lfs_fs_raw* functions should be static
|
hace 2 años |
Christopher Haster
|
f77214d1f0
Merge pull request #877 from littlefs-project/devel
|
hace 2 años |
Christopher Haster
|
f91c5bd687
Bumped minor version to v2.8
|
hace 2 años |
Christopher Haster
|
0eb52a2df1
Merge pull request #875 from littlefs-project/fs-gc
|
hace 2 años |
Christopher Haster
|
6b33ee5e34
Renamed lfs_fs_findfreeblocks -> lfs_fs_gc, tweaked documentation
|
hace 2 años |
Christopher Haster
|
63e4408f2a
Extended alloc tests to test some properties of lfs_fs_findfreeblocks
|
hace 2 años |
Christopher Haster
|
dbe4598c12
Added API boilerplate for lfs_fs_findfreeblocks and consistent style
|
hace 2 años |
ondrap
|
d85a0fe2e2
Move lookahead buffer offset at the first free block if such block doesn't exist move it for whole lookahead size.
|
hace 2 años |
ondrap
|
b637379210
Update lfs_find_free_blocks to match the latest changes.
|
hace 2 años |
Christopher Haster
|
1ba4ed03f0
Merge pull request #872 from littlefs-project/fs-grow
|
hace 2 años |
Christopher Haster
|
e4b7fa15c1
Merge pull request #866 from BrianPugh/optional-block-count
|
hace 2 años |
Christopher Haster
|
23505fa9fa
Added lfs_fs_grow for growing the filesystem to a different block_count
|
hace 3 años |
Christopher Haster
|
2c222af17d
Tweaked lfs_fsinfo block_size/block_count fields
|
hace 2 años |
Christopher Haster
|
127d84b681
Added a couple mixed/unknown block_count tests
|
hace 3 años |
Christopher Haster
|
027331b2f0
Adopted erase_size/erase_count config in test block-devices/runners
|
hace 3 años |
Christopher Haster
|
9c23329dd7
Revert of refactor lfs_scan_* out of lfs_format
|
hace 2 años |
Christopher Haster
|
130790fa91
Merge pull request #863 from littlefs-project/fix-conversion-warning
|
hace 2 años |
Christopher Haster
|
531d5e5073
Merge pull request #855 from mdahamshi/mmd_fix
|
hace 2 años |
Christopher Haster
|
e40d8f5410
Merge pull request #849 from littlefs-project/fix-ci-release-no-version
|
hace 2 años |
Brian Pugh
|
23089d5758
remove previous block_count detection from lfs_format
|
hace 2 años |
Brian Pugh
|
d6098bd3ce
Add block_count and block_size to fsinfo
|
hace 2 años |
Brian Pugh
|
d6c0c6a786
linting
|
hace 2 años |
Brian Pugh
|
5caa83fb77
forgot to unmount lfs in test; leaking memory
|
hace 2 años |
Brian Pugh
|
7521e0a6b2
fix newly introduced missing cleanup when an invalid superblock is found.
|
hace 2 años |
Brian Pugh
|
2ebfec78c3
test for failure when interpretting block count when formatting without superblock
|
hace 2 años |
Brian Pugh
|
3d0bcf4066
Add test_superblocks_mount_unknown_block_count
|
hace 2 años |
Brian Pugh
|
6de3fc6ae8
fix corruption check
|
hace 2 años |