Draft implementation of SPIFFS integration

This commit is contained in:
sheinz 2016-06-27 18:06:06 +03:00
parent eac9504d8a
commit 5c12b7c7e9
8 changed files with 688 additions and 0 deletions

9
examples/spiffs/Makefile Normal file
View file

@ -0,0 +1,9 @@
PROGRAM=spiffs_example
EXTRA_COMPONENTS = extras/spiffs
FLASH_SIZE = 32
# spiffs configuration
SPIFFS_BASE_ADDR = 0x200000
SPIFFS_SIZE = 0x100000
include ../../common.mk