esp-idf/examples/storage
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
..
custom_flash_driver esp32h2: add build test 2023-01-17 10:29:04 +08:00
ext_flash_fatfs
fatfsgen esp32h2: add build test 2023-01-17 10:29:04 +08:00
nvs_rw_blob esp32h2: add build test 2023-01-17 10:29:04 +08:00
nvs_rw_value esp32h2: add build test 2023-01-17 10:29:04 +08:00
nvs_rw_value_cxx esp32h2: add build test 2023-01-17 10:29:04 +08:00
partition_api esp32h2: add build test 2023-01-17 10:29:04 +08:00
parttool esp32h2: add build test 2023-01-17 10:29:04 +08:00
sd_card fatfs: fstat - enable setting a custom preferred block size 2023-03-08 09:09:47 +01:00
semihost_vfs esp32h2: add build test 2023-01-17 10:29:04 +08:00
spiffs esp32h2: add build test 2023-01-17 10:29:04 +08:00
spiffsgen esp32h2: add build test 2023-01-17 10:29:04 +08:00
wear_levelling fatfs: added an API to format FAT on spiflash 2023-02-16 12:19:35 +08:00
.build-test-rules.yml esp32h2: add build test 2023-01-17 10:29:04 +08:00
README.md

README.md

Storage Examples

Storage and management of user and system data in modules flash and on external memory / devices.

See the README.md file in the upper level examples directory for more information about examples.