This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
310e5e71ed
esp-idf
/
examples
/
storage
/
sd_card
/
sdmmc
/
sdkconfig.ci
3 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
examples: Add storage example tests
2020-03-30 10:26:21 -04:00
CONFIG_EXAMPLE_FORMAT_IF_MOUNT_FAILED=y
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-02-27 19:50:31 -05:00
CONFIG_FATFS_VFS_FSTAT_BLKSIZE=4096
Reference in New Issue
Copy Permalink