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-06-26Added a link to ChaN's FatFS implementationlink-chan-fatfsChristopher 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
2023-04-18Extend dir seek tests to include seeking to end of directoryChristopher Haster
2023-04-18Added explicit assert for minimum block size of 128 bytesassert-minimum-block-sizeChristopher Haster
2023-04-18Added an assert for truthy-preserving bool conversionsassert-bool-castChristopher Haster
2023-04-18Added ability to revert to inline file in lfs_file_truncateChristopher Haster
2023-04-18Fixed block-boundary truncate issueChristopher Haster
2023-04-17Expanded truncate tests to test more corner casesChristopher Haster
2023-03-13Add missing iterations in testsSosthène Guédon
2023-01-26Add test scenario for truncating to a block sizeColin Foster
2022-12-17Fixed issue where deorphan could get stuck circling between two half-orphansChristopher Haster
2022-12-17Reverted removal of 1-bit counter threaded through tagsChristopher Haster
2022-12-17Continued implementation of forward-crcs, adopted new test runnersChristopher Haster
2022-12-17Switched to separate-tag encoding of forward-looking CRCsChristopher Haster
2022-12-17Cleaned up a few additional commit corner casesChristopher Haster
2022-12-17Initial implementation of forward-looking erase-state CRCsChristopher Haster
2022-12-17Adopted Brent's algorithm for cycle detectionbrent-cycle-detectionChristopher Haster
2022-12-17Added --gdb-pl to test.py for breaking on specific powerlossestest-and-bench-runnersChristopher Haster