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
2022-01-29Fix spelling errorsmikee47
2021-02-22scripts/test.py: Fix infinite busy loops on macOSYAMAMOTO Takashi
2021-01-18Merge branch 'devel' into ci-revampChristopher Haster
2021-01-18Fixed incorrect documentation in test.pyChristopher Haster
2021-01-10Reduced build sources to just the core littlefsChristopher Haster
2021-01-10Fixed a recompilation issue in CI, tweaked coverage.py a bit moreChristopher Haster
2021-01-10Added BUILDDIR, a bit of script reworkingChristopher Haster
2021-01-10Switched to lcov for coverage collection, greatly simplified coverage.pyChristopher Haster
2021-01-10Added coverage.py, and optional coverage info to test.pyChristopher Haster
2021-01-10Added GitHub workflows to run testsChristopher Haster
2020-12-20Added scripts/code_size.py, for more in-depth code-size reportingscript-code-sizeChristopher Haster
2020-11-23Fixed typo in scripts/readtree.pyChristopher 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