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-12-05 16:50:18 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3ed9c70aa3b51c9077fc7bd01211ec0410d94e0d
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