SPIFFS: Selectable configuration of SPIFFS

This commit is contained in:
sheinz 2016-08-08 18:08:42 +03:00
parent 964a2f850a
commit 5051c5c528
10 changed files with 199 additions and 101 deletions

View file

@ -6,6 +6,8 @@ FLASH_SIZE = 32
SPIFFS_BASE_ADDR = 0x200000
SPIFFS_SIZE = 0x010000
# SPIFFS_SINGLETON = 0 # for run-time configuration
include ../../common.mk
$(eval $(call make_spiffs_image,files))