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
2020-12-15Adopted per-member static configurationsconfig-improvementsChristopher Haster
2020-11-29Renamed cache_size -> buffer_sizeChristopher Haster
2020-11-29Made it easier to debug generated test filesChristopher Haster
2020-11-29Changed bd callbacks to use "bd_" prefixChristopher Haster
2020-11-29Standardized on externally provided config structs in the block devicesChristopher Haster
2020-11-29Changed callbacks to take user-provided context directlyChristopher Haster
2020-11-29Rename config structs to cfg structsChristopher Haster
2020-03-30Last minute tweaks to debug scriptsChristopher Haster
2020-02-23Minor tweaks to debugging scripts, fixed explode_asserts.py off-by-1Christopher Haster
2020-02-19Fixed minor things to get CI passing againChristopher Haster
2020-02-12Added test.py support for tmpfs-backed disksChristopher Haster
2020-02-12Updated .travis.yml and added additional geometry constraintsChristopher Haster
2020-02-09Modified readmdir/readtree to make reading non-truncated data easierChristopher Haster
2020-02-09Added/fixed tests for noop writes (where bd error can't be trusted)Christopher Haster
2020-02-09Fixed more bugs, mostly related to ENOSPC on different geometriesChristopher Haster
2020-01-27Cleaned up test script and directory namingChristopher Haster
2020-01-27Fixed a crazy consistency issue in test.pyChristopher Haster
2020-01-27Rewrote explode_asserts.py to be more efficientChristopher Haster
2020-01-27Added tests for power-cycled-relocations and fixed the bugs that fell outChristopher Haster
2020-01-21Fixed issues with neighbor updates during movesChristopher Haster
2020-01-21Added/improved disk-reading debug scriptsChristopher Haster
2020-01-21Restructured block devices again for better test exploitationChristopher Haster
2020-01-14Migrated bad-block testsChristopher Haster
2020-01-14Migrated the first of the tests with internal knowledgeChristopher Haster
2020-01-13Migrated the bulk of the feature-specific testsChristopher Haster
2020-01-12Migrated test_files, test_dirs, test_format suites to new frameworkChristopher Haster
2020-01-03Replaced emubd with rambd and filebdChristopher Haster
2019-12-31Added reentrant and gdb testing mechanisms to test frameworkChristopher Haster
2019-12-30Reworked permutation generation in test framework and cleanupChristopher Haster
2019-12-29Created initial implementation of revamped test.pyChristopher Haster
2019-07-29Merge remote-tracking branch 'origin/master' into debug-improvementsChristopher Haster
2019-07-27Switched to using hex for blocks and ids in debug outputChristopher Haster
2019-07-26Refactored a handful of things in testsChristopher Haster
2019-07-17Minor improvements to testing frameworkChristopher Haster
2019-06-07Mark all Python 2 scripts as Python 2Nicolas Stalder
2019-04-08Added scripts/prefix.py for automatically prefixing version numbersChristopher Haster