2019-04-28 07:38:23 +00:00
|
|
|
idf_component_register(SRCS "esp_spiffs.c"
|
|
|
|
"spiffs_api.c"
|
|
|
|
"spiffs/src/spiffs_cache.c"
|
|
|
|
"spiffs/src/spiffs_check.c"
|
|
|
|
"spiffs/src/spiffs_gc.c"
|
|
|
|
"spiffs/src/spiffs_hydrogen.c"
|
|
|
|
"spiffs/src/spiffs_nucleus.c"
|
|
|
|
INCLUDE_DIRS "include"
|
|
|
|
PRIV_INCLUDE_DIRS "." "spiffs/src"
|
|
|
|
REQUIRES spi_flash
|
|
|
|
PRIV_REQUIRES bootloader_support)
|
2018-01-12 02:49:13 +00:00
|
|
|
|
2019-10-17 07:22:08 +00:00
|
|
|
set_source_files_properties(spiffs/src/spiffs_nucleus.c PROPERTIES COMPILE_FLAGS -Wno-stringop-truncation)
|
|
|
|
|