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-19Merge pull request #916 from littlefs-project/ci-ubuntu-latestChristopher Haster
2023-12-21Changed CI to just run on ubuntu-latestci-ubuntu-latestChristopher Haster
2023-12-20Fixed struct sizes missing from generated release notesfix-release-structsChristopher Haster
2023-07-03Fixed release script breaking if there is no previous versionfix-ci-release-no-versionChristopher Haster
2023-06-29Added LFS_MULTIVERSION and testing of lfs2.0 to CIconfigurable-disk-versionChristopher Haster
2023-06-07Increased context on failures for Valgrind in CIChristopher Haster
2023-04-21Added compatibility testing on pull-request to GitHub test actionChristopher Haster
2022-12-07Changed test_runner to run with -Pnone,linear by defaultChristopher 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-12-07Fixed bench workflow + changeprefix issue in prefix releasesChristopher Haster
2022-12-07Added a bot-generated PR-comment with a simple status tableChristopher Haster
2022-12-07Adopted script changes in GitHub ActionsChristopher Haster
2022-09-07Added clang build step to CIChristopher Haster
2022-03-20Fixed Popen deadlock issue in test.pymore-scriptsChristopher Haster
2022-03-20In CI, determine loop devices dynamically to avoid conflicts with Ubuntu snapsChristopher Haster
2022-03-20Added new scripts to CI resultsChristopher Haster
2022-03-11Added size-sort options to scripts/code.pyChristopher Haster
2021-01-18Merge branch 'devel' into ci-revampChristopher Haster
2021-01-10Added post-release script, cleaned up workflowsChristopher Haster
2021-01-10Reduced build sources to just the core littlefsChristopher Haster
2021-01-10Brought over the release workflowChristopher 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-10Added coverage.py, and optional coverage info to test.pyChristopher Haster
2021-01-10Added GitHub workflows to run testsChristopher Haster