esp-idf/components/fatfs/vfs
Adam Múdry 16915556a3 fatfs: fstat - enable setting a custom preferred block size
Enables setting a custom st_blksize in fatfs vfs fstat function.
Directly affects file buffer size for fatfs.
Increasing the value helps with fread and fgets speeds, however increases heap usage.
Added info to docs about improving I/O performance.
2023-03-08 09:09:47 +01:00
..
esp_vfs_fat.h fatfs: deprecate esp_vfs_fat_sdmmc_unmount 2023-02-16 14:17:51 +08:00
vfs_fat_internal.h fatfs: separate IDF-specific files from the original FatFS code 2019-06-25 23:05:16 +08:00
vfs_fat_sdmmc.c fatfs: fix deadcode issue 2023-02-27 11:25:29 +00:00
vfs_fat_spiflash.c fatfs: fix deadcode issue 2023-02-27 11:25:29 +00:00
vfs_fat.c fatfs: fstat - enable setting a custom preferred block size 2023-03-08 09:09:47 +01:00