From f6ba0d8aa0ca75c4a11f46e1d3d012617ef60f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Rohl=C3=ADnek?= Date: Thu, 25 Sep 2025 10:30:38 +0200 Subject: [PATCH] feat(storage/fatfs): Update default configuration to better fit average usecase --- components/fatfs/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/fatfs/Kconfig b/components/fatfs/Kconfig index 1a35dc4ef4a..8eb39105b38 100644 --- a/components/fatfs/Kconfig +++ b/components/fatfs/Kconfig @@ -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