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-20Tweaked changeprefix.py to not rename dir component in pathsChristopher Haster
2022-12-17Reverted removal of 1-bit counter threaded through tagsChristopher Haster
2022-12-17Continued implementation of forward-crcs, adopted new test runnersChristopher Haster
2022-12-17Switched to separate-tag encoding of forward-looking CRCsChristopher Haster
2022-12-17Initial implementation of forward-looking erase-state CRCsChristopher Haster
2022-12-17Added --gdb-pl to test.py for breaking on specific powerlossestest-and-bench-runnersChristopher Haster
2022-12-17Tweaked/fixed a number of small runner things after a bit of useChristopher Haster
2022-12-17Adopted --subplot* in plot.pyChristopher Haster
2022-12-17Added --subplot* to plotmpl.pyChristopher Haster
2022-12-12Added plotmpl.py --github flag to match the website's foreground/backgroundChristopher Haster
2022-12-07A couple of script changes after CI integrationChristopher Haster
2022-12-07Removed unnecessarily heavy RAM usage from logs in bench/test.pyChristopher Haster
2022-11-28Fixed a couple corner cases in scripts when fields are emptyChristopher Haster
2022-11-28Fixed hidden orphans by separating deorphan search into two passesChristopher Haster
2022-11-17A couple Makefile-related tweaksChristopher Haster
2022-11-16Renamed prefix.py -> changeprefix.py and updated to use argparseChristopher Haster
2022-11-15A number of small script fixes/tweaks from usageChristopher Haster
2022-11-15Changed plotmpl.py/plot.py to not treat missing values as discontinuitiesChristopher Haster
2022-11-15Added plotmpl.py for creating svg/png plots with matplotlibChristopher Haster
2022-11-15Added teepipe.py and watch.pyChristopher 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-15Renamed bench_read/prog/erased -> bench_readed/proged/erasedChristopher Haster
2022-11-15Added some automatic sizing for field-names in scripts/runnersChristopher Haster
2022-11-15Added stddev/gmean/gstddev to summary.pyChristopher Haster
2022-11-15Several tweaks to script flagsChristopher Haster
2022-11-15Reworked/simplified tracebd.py a bitChristopher Haster
2022-11-15Consistent handling of by/field arguments for plot.py and summary.pyChristopher Haster
2022-11-15Added plot.py for in-terminal plottingChristopher 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-17Dropped namespacing of test casesChristopher Haster
2022-09-17Made test.py output parsable by summary.pyChristopher Haster
2022-09-16Made summary.py more powerful, dropped -m from size scriptsChristopher Haster
2022-09-12Added option for updating a CSV file with test resultsChristopher Haster
2022-09-12Added permutations and ranges to test definesChristopher Haster
2022-09-10Dropped permutation number for full leb16-encoded definesChristopher Haster
2022-09-10Changed test identifier separator # -> :Christopher Haster
2022-09-09Several tweaks to test.py and test runnerChristopher Haster
2022-09-07Reworked test defines a bit to use one common array layoutChristopher Haster
2022-09-07Added tracebd.py, a script for rendering block device operationsChristopher Haster
2022-09-07Added tailpipe.py and improved redirecting test trace/log output over fifosChristopher Haster
2022-08-24Added optional read/prog/erase delays to testbdChristopher Haster
2022-08-24Added --color to test.py, fixed some terminal-clobbering issuesChristopher Haster
2022-08-24Added back heuristic-based power-loss testingChristopher Haster
2022-08-16Reworked scripts/pretty_asserts.py a bitChristopher Haster
2022-06-06Added support for annotated source in coverage.pyChristopher Haster