-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Spiffs code to version 0.3.7 + fixes. (#1246)
Developers will have to call `make dist-clean` in order to test the newer version.
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule spiffs
updated
25 files
+1 −1 | .travis.yml | |
+47 −0 | FUZZING.md | |
+1 −1 | LICENSE | |
+28 −2 | README.md | |
+15 −0 | afltests/100 | |
+ − | afltests/200 | |
+18 −0 | afltests/a | |
+15 −0 | afltests/b | |
+9 −8 | makefile | |
+62 −4 | src/default/spiffs_config.h | |
+28 −1 | src/spiffs.h | |
+18 −13 | src/spiffs_cache.c | |
+39 −39 | src/spiffs_check.c | |
+30 −30 | src/spiffs_gc.c | |
+178 −41 | src/spiffs_hydrogen.c | |
+136 −87 | src/spiffs_nucleus.c | |
+57 −6 | src/spiffs_nucleus.h | |
+5 −4 | src/test/params_test.h | |
+594 −8 | src/test/test_bugreports.c | |
+156 −17 | src/test/test_hydrogen.c | |
+102 −39 | src/test/test_spiffs.c | |
+3 −1 | src/test/test_spiffs.h | |
+29 −3 | src/test/testrunner.c | |
+21 −11 | src/test/testrunner.h | |
+1 −1 | src/test/testsuites.c |