Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-22Fixed missing definition of lfs_cache_drop in readonly modev2.4.2Christopher Haster
2022-03-21Merge branch 'bf_lfs_file_seek_readonly' into HEADChristopher Haster
2022-03-21Tweaked lfs_file_flush to still flush caches when build under LFS_READONLYChristopher Haster
2022-03-21Fix lfs_file_seek doesn't update cache properties correctly in readonly mode....ondrap
2022-03-21Merge pull request #650 from Kongduino/patch-1Christopher Haster
2022-03-21Merge pull request #635 from mikee47/fix/spelling-errorsChristopher Haster
2022-03-21Merge pull request #620 from XinStellaris/masterChristopher Haster
2022-03-21Merge pull request #612 from tniessen/patch-1Christopher Haster
2022-03-21Merge pull request #606 from eclig/improve-config-docChristopher Haster
2022-03-21Merge pull request #593 from tannewt/patch-1Christopher Haster
2022-03-21Merge pull request #569 from tniessen/fix-compilation-with-lfs_readonlyChristopher Haster
2022-03-21fix bug:lfs_alloc will alloc one block repeatedly in multiple split田昕
2022-03-21TypoKongduino
2022-02-19Indent sub-portions of tag fieldsScott Shawcroft
2022-02-19Specify unit of the size members of the lfs_config structEmilio Lopes
2022-01-29Fix spelling errorsmikee47
2021-11-14Always zero rambd buffer before first useTobias Nießen
2021-06-14Fix compiler warnings when LFS_READONLY definedTobias Nießen
2021-06-12Merge pull request #565 from tniessen/fix-link-to-test-bdv2.4.1Christopher Haster
2021-06-12Merge pull request #529 from yamt/macos-make-testChristopher Haster
2021-06-09Fix link to test block deviceTobias Nießen
2021-02-22scripts/test.py: Fix infinite busy loops on macOSYAMAMOTO Takashi
2021-01-20Merge pull request #519 from littlefs-project/develv2.4.0Christopher Haster
2021-01-19Bumped minor version to v2.4Christopher Haster
2021-01-19Merge pull request #516 from littlefs-project/ci-revampChristopher Haster
2021-01-18Enabled overriding of LFS_ASSERT/TRACE/DEBUG/etcci-revampChristopher Haster
2021-01-18Merge branch 'devel' into ci-revampChristopher Haster
2021-01-18Merge pull request #514 from mon/feature/assert_early_returnChristopher Haster
2021-01-18Add test to ensure asserts can returnWill
2021-01-18lfs_fs_preporphans ret int for graceful LFS_ASSERTWill
2021-01-18Merge pull request #511 from embeddedt/fix_lseekChristopher Haster
2021-01-18Merge pull request #508 from littlefs-project/fix-sanity-checkChristopher Haster
2021-01-18Merge pull request #502 from mon/feature/meta_limitsChristopher Haster
2021-01-18Fixed incorrect documentation in test.pyChristopher Haster
2021-01-18Moved lfs_mdir_isopen behind LFS_NO_ASSERTChristopher Haster
2021-01-11Removed unnecessary truncate condition thanks to new seek optimizationChristopher Haster
2021-01-11Fixed lfs_file_truncate issue where internal state may not be flushedChristopher Haster
2021-01-11Use lfs_file_rawsize to calculate LFS_SEEK_END positionThemba Dube
2021-01-10Removed .travis.ymlChristopher Haster
2021-01-10Added post-release script, cleaned up workflowsChristopher Haster
2021-01-10Reduced build sources to just the core littlefsChristopher Haster
2021-01-10Brought over the release workflowChristopher Haster
2021-01-10Fixed a recompilation issue in CI, tweaked coverage.py a bit moreChristopher Haster
2021-01-10Added BUILDDIR, a bit of script reworkingChristopher Haster
2021-01-10Switched to lcov for coverage collection, greatly simplified coverage.pyChristopher Haster
2021-01-10Added coverage.py, and optional coverage info to test.pyChristopher Haster
2021-01-10Added GitHub workflows to run testsChristopher Haster
2020-12-24Skip flushing file if lfs_file_rawseek() doesn't change positionThemba Dube
2020-12-22Moved sanity check in lfs_format after compactionfix-sanity-checkChristopher Haster
2020-12-20Added scripts/code_size.py, for more in-depth code-size reportingscript-code-sizeChristopher Haster