This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-11-08 02:51:47 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cc649ea869b8c24d19ba2d94c4d3f1146cb2947b
esp-idf
/
examples
/
storage
/
sd_card
/
sdmmc
/
sdkconfig.ci
4 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
examples: Add storage example tests
2020-03-30 16:26:21 +02: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-28 01:50:31 +01:00
CONFIG_FATFS_VFS_FSTAT_BLKSIZE=4096
CI: fix sdcard examples timeout
2023-04-24 13:19:31 +02:00
CONFIG_ESP_TASK_WDT_EN=n
Reference in New Issue
Copy Permalink