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
2018-10-16Merge remote-tracking branch 'origin/master' into v2-alphaChristopher Haster
2018-10-16Added support for custom attributes leveraging the new metadata loggingChristopher Haster
2018-10-10Added tests for resizable entries and custom attributesChristopher Haster
2018-07-10Added quality of life improvements for main.c/test.c issuesChristopher Haster
2018-07-02Fixed shadowed variable warningsDamien George
2018-04-09Renamed test_parallel tests to test_interespersedChristopher Haster
2018-02-19Added cross-compile targets for testingChristopher Haster
2018-02-02Do not print command invocation if QUIETBernhard Reutner-Fischer
2018-01-30Moved -Werror flag to CI onlyChristopher Haster
2018-01-21Added lfs_file_truncateChristopher Haster
2017-11-22Fixed pipefail issue that was preventing CI from reporting errorsChristopher Haster
2017-11-17Added QUIET flag to tests so CI is readableChristopher Haster
2017-10-10Added atomic move using dirty tag in entry typeChristopher Haster
2017-05-15Added support for handling corrupted blocksChristopher Haster
2017-05-08Added proper handling for removing open filesChristopher Haster
2017-04-23Added support for full seek operationsChristopher Haster
2017-04-18Restructured directory codeChristopher Haster
2017-04-18Added dir navigation without needing parent entriesChristopher Haster
2017-04-18Moved to brute-force deorphan without parent pointersChristopher Haster
2017-04-18Added full dir list and rudimentary block allocatorChristopher Haster
2017-03-26Added dir tests, test fixes, configChristopher Haster
2017-03-26Added a rudimentary test frameworkChristopher Haster
2017-02-27Adopted ctz skip-list structure earlier than expectedChristopher Haster
2017-02-25Initial commit of block device interface and emulated block deviceChristopher Haster