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
2023-07-03Fixed release script breaking if there is no previous versionfix-ci-release-no-versionChristopher Haster
2023-06-30Merge pull request #848 from littlefs-project/develv2.7.0Christopher Haster
2023-06-30Bumped minor version to v2.7Christopher Haster
2023-06-30Merge pull request #846 from littlefs-project/link-chan-fatfsChristopher Haster
2023-06-30Merge pull request #839 from littlefs-project/configurable-disk-versionChristopher Haster
2023-06-30Merge pull request #838 from littlefs-project/fs-statChristopher Haster
2023-06-29Added LFS_MULTIVERSION and testing of lfs2.0 to CIconfigurable-disk-versionChristopher Haster
2023-06-29Added LFS_MULTIVERSION, made lfs2.0 support a compile-time optionChristopher Haster
2023-06-29Added support for writing on-disk version lfs2.0Christopher Haster
2023-06-29Removed fsinfo.block_usage for nowfs-statChristopher Haster
2023-06-26Added a link to ChaN's FatFS implementationlink-chan-fatfsChristopher Haster
2023-06-07Changed fsinfo.minor_version -> fsinfo.disk_versionChristopher Haster
2023-06-07Increased context on failures for Valgrind in CIChristopher Haster
2023-06-07Removed previous-version lfsp_fs_stat checks in test_compatChristopher Haster
2023-06-06Promoted lfs_gstate_needssuperblock to be available in readonly buildsChristopher Haster
2023-06-06Removed use of LFS_VERSION in test_compatChristopher Haster
2023-06-06Added lfs_fs_stat for access to filesystem status/configurationChristopher Haster
2023-05-23Merge pull request #832 from littlefs-project/remove-sys-typesv2.6.1Christopher Haster
2023-05-23Merge pull request #819 from benpicco/fix-AVRChristopher Haster
2023-05-23Merge pull request #818 from littlefs-project/convince-github-littlefs-is-cChristopher Haster
2023-05-17Removed unnecessary sys/types.h includeremove-sys-typesChristopher Haster
2023-05-05Fix build for AVRBenjamin Valentin
2023-05-04Reclassify .toml files as .c files on GitHubconvince-github-littlefs-is-cChristopher Haster
2023-05-04Merge pull request #814 from littlefs-project/develv2.6.0Christopher Haster
2023-05-01Merge pull request #812 from littlefs-project/mkconsistentChristopher Haster
2023-05-01Merge pull request #811 from littlefs-project/fix-deorphan-repeatedlyChristopher Haster
2023-04-27Added lfs_fs_mkconsistentmkconsistentChristopher Haster
2023-04-27Fixed issue where lfs_fs_deorphan may run more than neededfix-deorphan-repeatedlyChristopher Haster
2023-04-26Merge pull request #805 from littlefs-project/fix-dir-seek-endChristopher Haster
2023-04-26Merge pull request #800 from littlefs-project/fix-boundary-truncatesChristopher Haster
2023-04-26Merge remote-tracking branch 'origin/devel' into fix-dir-seek-endfix-dir-seek-endChristopher Haster
2023-04-26Merge remote-tracking branch 'origin/devel' into fix-boundary-truncatesfix-boundary-truncatesChristopher Haster
2023-04-26Merge pull request #802 from littlefs-project/assert-minimum-block-sizeChristopher Haster
2023-04-26Merge pull request #801 from littlefs-project/assert-bool-castChristopher Haster
2023-04-26Merge pull request #807 from littlefs-project/doc-link-littlefs2-rustChristopher Haster
2023-04-26Tweaked wording of littlefs2-rust link in README.mddoc-link-littlefs2-rustChristopher Haster
2023-04-26chore: add littlefs2 crate to READMELachezar Lechev
2023-04-26Merge pull request #718 from yomimono/mention-chamelonChristopher Haster
2023-04-26Merge pull request #572 from tniessen/add-littlefs-disk-img-viewerChristopher Haster
2023-04-26Merge pull request #809 from littlefs-project/brent-cycle-detectionChristopher Haster
2023-04-26Merge pull request #497 from littlefs-project/crc-rework-2Christopher Haster
2023-04-26Merge pull request #752 from littlefs-project/test-and-bench-runnersChristopher Haster
2023-04-21Added FCRC tags and an explanation of how FCRCs work to SPEC.mdcrc-rework-2Christopher Haster
2023-04-21Bumped minor version to v2.6 and on-disk minor version to lfs2.1Christopher Haster
2023-04-21Added ability to bump on-disk minor versionChristopher Haster
2023-04-21Added compatibility testing on pull-request to GitHub test actionChristopher Haster
2023-04-21Added tests for forwards and backwards disk compatibilityChristopher Haster
2023-04-20Tweaked changeprefix.py to not rename dir component in pathsChristopher Haster
2023-04-19Tweaked link to littlefs-disk-img-viewer to go to github repoChristopher Haster
2023-04-18Fixed issue where seeking to end-of-directory return LFS_ERR_INVALChristopher Haster