-
-
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 with fix for object writes.
- Loading branch information
1 parent
fee27ee
commit 9cc3fd5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule spiffs
updated
12 files
+4 −1 | .travis.yml | |
+3 −0 | README.md | |
+18 −0 | py/Makefile | |
+8 −0 | py/params_test.h | |
+88 −0 | py/python_ops.c | |
+70 −0 | py/sp_test.py | |
+423 −0 | py/spiffs.py | |
+11 −0 | src/default/spiffs_config.h | |
+18 −5 | src/spiffs_check.c | |
+10 −5 | src/spiffs_nucleus.c | |
+2 −2 | src/spiffs_nucleus.h | |
+12 −9 | src/test/test_spiffs.c |