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-14Passing all of the basic functionality testsChristopher Haster
2018-10-14Continued progress with reintroducing testing on the new metadata loggingChristopher Haster
2018-10-14More testing progress, combined dir/commit traversalChristopher Haster
2018-10-13Cleaned up enough things to pass basic file testingChristopher Haster
2018-10-10Better implementation of inline files, now with overflowingChristopher Haster
2018-10-10Shoehorned in hacky implementation of inline filesChristopher Haster
2018-03-01Fixed issue updating dir struct when extended dir chainChristopher Haster
2018-02-04Fixed some minor error code differencesChristopher Haster
2018-01-12Added error code LFS_ERR_NOTEMPTYChristopher Haster
2017-11-22Added directory list for synchronizing in flight directoriesChristopher Haster
2017-11-17Fixed standard name mismatch LFS_ERR_EXISTS -> LFS_ERR_EXISTChristopher Haster
2017-09-18Fixed collection of multiblock directoriesChristopher Haster
2017-05-15Added support for handling corrupted blocksChristopher Haster
2017-04-24Standardized error valuesChristopher Haster
2017-04-22Simplified configChristopher Haster
2017-04-18Added support for renaming dirs/filesChristopher Haster
2017-04-18Added proper handling of orphansChristopher Haster
2017-04-18Added full dir list and rudimentary block allocatorChristopher Haster
2017-04-18Added path iteration and chained directoriesChristopher Haster
2017-03-26Added file read/write tests and some framework updatesChristopher Haster
2017-03-26Added dir tests, test fixes, configChristopher Haster