Draft implementation of SPIFFS integration
This commit is contained in:
parent
eac9504d8a
commit
5c12b7c7e9
8 changed files with 688 additions and 0 deletions
9
examples/spiffs/Makefile
Normal file
9
examples/spiffs/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue