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
path: root/bd
AgeCommit message (Expand)Author
2024-01-19Renamed internal functions _raw* -> _*_well-doneChristopher Haster
2023-09-12Adopted erase_size/erase_count config in test block-devices/runnersChristopher Haster
2023-08-17Add a unit test; currently hanging on final permutation.Brian Pugh
2022-12-17Continued implementation of forward-crcs, adopted new test runnersChristopher Haster
2022-12-07Changed lfs_emubd_get* -> lfs_emubd_*Christopher Haster
2022-12-07Merge remote-tracking branch 'origin/master' into test-and-bench-runnersChristopher 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-15Renamed bench_read/prog/erased -> bench_readed/proged/erasedChristopher Haster
2022-11-15Added bench.py and bench_runner.c for benchmarkingChristopher Haster
2022-09-07Added tracebd.py, a script for rendering block device operationsChristopher 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-08-17Moved emulation of erase values up into lfs_testbdChristopher Haster
2022-07-27lfs_filebd_sync: fix compilation on WindowsMikhail Paulyshka
2022-04-19Added trace and persist flags to test_runnerChristopher Haster
2022-04-11Merge pull request #657 from littlefs-project/copyright-updateChristopher Haster
2022-04-11Fixes to use lfs_filebd on windows platformsMartin Hoffmann
2022-03-21Merge pull request #635 from mikee47/fix/spelling-errorsChristopher Haster
2022-03-21Update copyright noticecopyright-updateChristopher Haster
2022-01-29Fix spelling errorsmikee47
2021-11-14Always zero rambd buffer before first useTobias Nießen
2020-08-19Fix assertfix-assertShiven Gupta
2020-03-30Moved out block device tracing into separate defineChristopher Haster
2020-02-09Added/fixed tests for noop writes (where bd error can't be trusted)Christopher Haster
2020-01-27Cleaned up test script and directory namingChristopher Haster