Merge branch 'experiments/posix_fs' into feature/spiffs

This commit is contained in:
sheinz 2016-07-14 15:26:32 +03:00
commit 6484c57737
5 changed files with 71 additions and 6 deletions

4
.gitmodules vendored
View file

@ -10,7 +10,9 @@
[submodule "bootloader/rboot"]
path = bootloader/rboot
url = https://github.com/raburton/rboot.git
[submodule "extras/spiffs/spiffs"]
path = extras/spiffs/spiffs
url = https://github.com/pellepl/spiffs.git
[submodule "examples/posix_fs/fs-test"]
path = examples/posix_fs/fs-test
url = https://github.com/sheinz/fs-test