-
-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule littlefs
updated
17 files
+1 −1 | .github/workflows/post-release.yml | |
+1 −1 | .github/workflows/release.yml | |
+2 −2 | .github/workflows/status.yml | |
+12 −12 | .github/workflows/test.yml | |
+3 −3 | bd/lfs_emubd.c | |
+287 −175 | lfs.c | |
+51 −27 | lfs.h | |
+3 −0 | lfs_util.c | |
+15 −3 | lfs_util.h | |
+2 −0 | runners/bench_runner.c | |
+12 −6 | runners/bench_runner.h | |
+10 −0 | runners/test_runner.c | |
+13 −7 | runners/test_runner.h | |
+2 −0 | tests/test_alloc.toml | |
+13 −0 | tests/test_dirs.toml | |
+18 −3 | tests/test_files.toml | |
+2 −2 | tests/test_orphans.toml |