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
2023-04-21Added tests for forwards and backwards disk compatibilityChristopher Haster
2022-12-17Tweaked/fixed a number of small runner things after a bit of useChristopher Haster
2022-12-07Added make benchmarks/testmarks rulesChristopher Haster
2022-12-07A couple of script changes after CI integrationChristopher Haster
2022-12-07Fixed Clang testing in CI, removed override vars in MakefileChristopher Haster
2022-12-07Merge remote-tracking branch 'origin/master' into test-and-bench-runnersChristopher Haster
2022-11-17Added a simple help rule to the MakefileChristopher Haster
2022-11-17Changed default build target lfs.a -> liblfs.aChristopher Haster
2022-11-17A couple Makefile-related tweaksChristopher Haster
2022-11-15Added perfbd.py and block device performance sampling in bench-runnerChristopher Haster
2022-11-15Renamed coverage.py -> cov.pyChristopher Haster
2022-11-15Added recursive results to perf.pyChristopher Haster
2022-11-15Added perf.py a wrapper around Linux's perf tool for perf samplingChristopher Haster
2022-11-15Tweaked scripts to share more code, added coverage calls/hitsChristopher Haster
2022-11-15Several tweaks to script flagsChristopher Haster
2022-11-15Consistent handling of by/field arguments for plot.py and summary.pyChristopher Haster
2022-11-15Added bench.py and bench_runner.c for benchmarkingChristopher Haster
2022-11-15Cleaned up a number of small tweaks in the scriptsChristopher Haster
2022-09-16Made summary.py more powerful, dropped -m from size scriptsChristopher Haster
2022-09-09Several tweaks to test.py and test runnerChristopher Haster
2022-09-07Remove -Wshadow -Wjump-misses-init -WundefChristopher Haster
2022-08-24Added back heuristic-based power-loss testingChristopher Haster
2022-08-16Reworked scripts/pretty_asserts.py a bitChristopher Haster
2022-08-15Removed some prefixes from Makefile variables where not necessaryChristopher Haster
2022-06-06Reworked scripts to move field details into classesChristopher Haster
2022-06-06Reimplemented coverage.py, using only gcov and with line+branch coverageChristopher Haster
2022-06-06Tweaked generation of .cgi files, error code for recursion in stack.pyChristopher Haster
2022-06-06Ported tests to new frameworkChristopher Haster
2022-06-06Continued progress toward feature parity with new test-runnerChristopher Haster
2022-06-06Reworked how multi-layered defines work in the test-runnerChristopher Haster
2022-06-06Putting together rewritten test.py scriptChristopher Haster
2022-04-18Reintroduced test-defines into the new test_runnerChristopher Haster
2022-04-16Created new test_runner.c and test_.pyChristopher Haster
2022-03-20Cleaned up make cleanChristopher Haster
2022-03-20Fixed spurious CI failure caused by multiple writers to .o filesChristopher Haster
2022-03-20A few more tweaks to scriptsChristopher Haster
2022-03-20Added ./script/summary.pyChristopher Haster
2022-03-11Added make *-diff rules, quick commands to compare sizesChristopher Haster
2022-03-11Added scripts/structs.py for getting sizes of structsChristopher Haster
2022-03-11Added scripts/stack.py for viewing stack usageChristopher Haster
2022-03-11Added coverage-sort to scripts/coverage.pyChristopher Haster
2022-03-11Added scripts/calls.py for viewing the callgraph directlyChristopher Haster
2022-03-11Split out scripts/code.py into scripts/code.py and scripts/data.pyChristopher Haster
2022-03-11Added size-sort options to scripts/code.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