esp-idf/components/fatfs/vfs
Ivan Grokhotkov b1c4107275 vfs: zero-initialize struct stat in *_stat and *_fstat handlers
...otherwise some fields will contain garbage values.
This wasn't noticed until HAVE_BLKSIZE got enabled in newlib builds.
2020-12-29 16:18:04 +01:00
..
esp_vfs_fat.h sdspi, vfs_fat: allow sharing SPI bus among devices, and mounting multiple SD cards 2020-02-12 15:16:08 +08:00
vfs_fat_internal.h fatfs: separate IDF-specific files from the original FatFS code 2019-06-25 23:05:16 +08:00
vfs_fat_sdmmc.c soc: updates caps usage 2020-10-17 16:10:17 +08:00
vfs_fat_spiflash.c fatfs: handle FR_INT_ERR as "filesystem corrupted" 2019-08-27 00:11:45 +02:00
vfs_fat.c vfs: zero-initialize struct stat in *_stat and *_fstat handlers 2020-12-29 16:18:04 +01:00