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
2024-01-19Added inline_max, to optionally limit the size of inlined filesinline-maxChristopher Haster
2024-01-19Extended lfs_fs_gc to compact metadata, compact_threshgc-compactionsChristopher Haster
2023-09-12Adopted erase_size/erase_count config in test block-devices/runnersChristopher Haster
2023-06-29Added LFS_MULTIVERSION, made lfs2.0 support a compile-time optionChristopher Haster
2023-06-29Added support for writing on-disk version lfs2.0Christopher Haster
2022-12-17Tweaked/fixed a number of small runner things after a bit of useChristopher Haster
2022-12-07Added BENCH/TEST_PRNG, replacing other ad-hoc sources of randomnessChristopher Haster
2022-12-07Changed test_runner to run with -Pnone,linear by defaultChristopher Haster
2022-12-07Fixed Clang testing in CI, removed override vars in MakefileChristopher Haster
2022-12-07Adopted script changes in GitHub ActionsChristopher Haster
2022-11-28Fixed hidden orphans by separating deorphan search into two passesChristopher Haster
2022-11-15A number of small script fixes/tweaks from usageChristopher Haster
2022-11-15Added perfbd.py and block device performance sampling in bench-runnerChristopher Haster
2022-11-15Added some automatic sizing for field-names in scripts/runnersChristopher Haster
2022-11-15Several tweaks to script flagsChristopher Haster
2022-11-15Added a quick trie to avoid running redundant test/bench permutationsChristopher Haster
2022-11-15Added bench.py and bench_runner.c for benchmarkingChristopher Haster
2022-09-17Dropped namespacing of test casesChristopher 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-25Implemented exhaustive testing of n nested powerlossesChristopher Haster
2022-08-24Added optional read/prog/erase delays to testbdChristopher Haster
2022-08-24Readded support for mirror writes to a file in testbdChristopher Haster
2022-08-24Added back heuristic-based power-loss testingChristopher Haster
2022-06-06Moved test suites into custom linker sectionChristopher Haster
2022-06-06Ported tests to new frameworkChristopher Haster
2022-06-06In ./scripts/test.py, readded external commands, tweaked subprocessesChristopher Haster
2022-06-06Reworked how test defines are implemented to support recursionChristopher Haster
2022-06-06More progress toward test-runner feature parityChristopher Haster
2022-06-06Misc test-runner improvementsChristopher 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-19Added trace and persist flags to test_runnerChristopher Haster
2022-04-18More test_runner progressChristopher Haster
2022-04-18Some more minor improvements to the test_runnerChristopher Haster
2022-04-18Reintroduced test-defines into the new test_runnerChristopher Haster
2022-04-16Created new test_runner.c and test_.pyChristopher Haster