1
0
espelhamento de https://github.com/Dejvino/lilybook.git sincronizado 2024-09-28 18:03:37 +00:00
lilybook/components/spiffs/CMakeLists.txt

18 linhas
307 B
CMake

set(COMPONENT_PRIV_INCLUDEDIRS ".")
set(COMPONENT_SRCS "esp_spiffs.c"
"list.c"
"mutex.c"
"spiffs_cache.c"
"spiffs_check.c"
"spiffs_gc.c"
"spiffs_hydrogen.c"
"spiffs_nucleus.c"
"spiffs_vfs.c")
set(COMPONENT_REQUIRES spi_flash)
set(COMPONENT_PRIV_REQUIRES bootloader_support)
register_component()