mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Merge branch 'bugfix/fatfs_spiffs_vfs_dep' into 'master'
fatfs, spiffs: add missing dependency on vfs See merge request espressif/esp-idf!18613
This commit is contained in:
commit
daacc19149
@ -11,5 +11,5 @@ set(srcs "diskio/diskio.c"
|
||||
|
||||
idf_component_register(SRCS ${srcs}
|
||||
INCLUDE_DIRS diskio vfs src
|
||||
REQUIRES wear_levelling sdmmc
|
||||
REQUIRES wear_levelling sdmmc vfs
|
||||
)
|
||||
|
@ -8,7 +8,7 @@ idf_component_register(SRCS "esp_spiffs.c"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_INCLUDE_DIRS "." "spiffs/src"
|
||||
REQUIRES spi_flash
|
||||
PRIV_REQUIRES bootloader_support esptool_py)
|
||||
PRIV_REQUIRES bootloader_support esptool_py vfs)
|
||||
|
||||
if(CMAKE_C_COMPILER_ID MATCHES "GNU")
|
||||
set_source_files_properties(spiffs/src/spiffs_nucleus.c PROPERTIES COMPILE_FLAGS -Wno-stringop-truncation)
|
||||
|
Loading…
x
Reference in New Issue
Block a user