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
path: root/emubd
AgeCommit message (Expand)Author
2018-10-21Merge remote-tracking branch 'origin/master' into v2-rebase-part2Christopher Haster
2018-10-18Added allocation randomization for dynamic wear-levelingChristopher Haster
2018-09-27If stats file doesn't exist lfs_emubd_create will fail.Chris
2018-07-13Add C++ guards to public headersFreddie Chopin
2018-07-11Use PRIu32 and PRIx32 format specifiers to fix warningsFreddie Chopin
2018-06-21Changed license to BSD-3-Clauselicense-bsd-3Christopher Haster
2018-02-04Silence shadow warningsBernhard Reutner-Fischer
2018-01-23Fixed incorrect reliance on errno in emubdChristopher Haster
2017-11-16Fixed issue with committing directories to bad-blocks that are stuckChristopher Haster
2017-10-13Updated copyrightChristopher Haster
2017-07-08Adopted the Apache 2.0 licenseChristopher Haster
2017-06-29Fixed missing erase during file relocationChristopher Haster
2017-06-28Added internal check of data written to diskChristopher Haster
2017-05-15Added support for handling corrupted blocksChristopher Haster
2017-04-24Adopted more conventional buffer parameter orderingChristopher Haster
2017-04-22Simplified configChristopher Haster
2017-04-18Added proper handling of orphansChristopher Haster
2017-03-26Added file read/write tests and some framework updatesChristopher Haster
2017-03-26Added a rudimentary test frameworkChristopher Haster
2017-03-26Restructured the major interfaces of the filesystemChristopher Haster
2017-03-20Added better handling for metadata pairsChristopher Haster
2017-02-27Initial commit of progress, minimal formatting niave free listChristopher Haster
2017-02-25Initial commit of block device interface and emulated block deviceChristopher Haster