-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update littlefs submodule to v2.10.0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule littlefs
updated
15 files
+16 −13 | .github/workflows/release.yml | |
+10 −8 | .github/workflows/status.yml | |
+37 −34 | .github/workflows/test.yml | |
+8 −0 | README.md | |
+157 −94 | lfs.c | |
+1 −1 | lfs.h | |
+20 −2 | lfs_util.h | |
+1 −0 | runners/bench_runner.c | |
+10 −7 | runners/bench_runner.h | |
+5 −0 | runners/test_runner.c | |
+11 −8 | runners/test_runner.h | |
+26 −0 | scripts/prettyasserts.py | |
+7,269 −207 | tests/test_paths.toml | |
+108 −0 | tests/test_seek.toml | |
+27 −0 | tests/test_superblocks.toml |