Merge branch 'feat/fatfs_update_default_options' into 'master'

feat(storage/fatfs): Update default configuration to better fit average usecase

Closes IDF-14042

See merge request espressif/esp-idf!42174
This commit is contained in:
Tomas Rohlinek
2025-10-23 13:23:13 +02:00

View File

@@ -9,7 +9,7 @@ menu "FAT Filesystem support"
choice FATFS_LONG_FILENAMES
prompt "Long filename support"
default FATFS_LFN_NONE
default FATFS_LFN_HEAP
help
Support long filenames in FAT. Long filename data increases
memory usage. FATFS can be configured to store the buffer for
@@ -313,7 +313,7 @@ menu "FAT Filesystem support"
config FATFS_USE_DYN_BUFFERS
bool "Use dynamic buffers"
default n
default y
help
If enabled, the buffers used by FATFS will be allocated separately from the rest of the structure.
This option is useful when using multiple FATFS instances with different