esp-idf/components/fatfs
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
..
diskio
fatfs_utils
port fatfs: Update to version 0.15 2023-01-30 13:14:54 +00:00
src fatfs: Update to version 0.15 2023-01-30 13:14:54 +00:00
test_apps sdspi: h2 support 2023-02-27 14:39:06 +08:00
test_fatfs_host
test_fatfsgen
vfs fatfs: fstat - enable setting a custom preferred block size 2023-03-08 09:09:47 +01:00
.build-test-rules.yml sdspi: h2 support 2023-02-27 14:39:06 +08:00
CMakeLists.txt
Kconfig fatfs: fstat - enable setting a custom preferred block size 2023-03-08 09:09:47 +01:00
fatfsgen.py
fatfsparse.py
project_include.cmake
wl_fatfsgen.py