2016-06-27 15:06:06 +00:00
|
|
|
PROGRAM=spiffs_example
|
|
|
|
EXTRA_COMPONENTS = extras/spiffs
|
|
|
|
FLASH_SIZE = 32
|
|
|
|
|
|
|
|
# spiffs configuration
|
|
|
|
SPIFFS_BASE_ADDR = 0x200000
|
|
|
|
SPIFFS_SIZE = 0x100000
|
|
|
|
|
|
|
|
include ../../common.mk
|
2016-07-09 22:33:23 +00:00
|
|
|
|
|
|
|
$(eval $(call make_spiffs_image,files))
|