esp-idf/components/fatfs/src
Ivan Grokhotkov 53d5c5f668 vfs, fatfs: fix support for two FATFS instances (SD and flash)
- fix null pointer dereference in VFS when VFS implementations are added
  and removed in different order

- vfs_fat_sdmmc, vfs_fat_spiflash: pass correct drive to mkfs
  (previously it would always do mkfs in the first drive)

- add test case
2017-05-05 15:21:38 +08:00
..
option
00history.txt
00readme.txt
diskio.c fatfs: clean up diskio code 2017-05-05 15:21:38 +08:00
diskio.h
diskio_sdmmc.c fatfs: clean up diskio code 2017-05-05 15:21:38 +08:00
diskio_spiflash.c fatfs: clean up diskio code 2017-05-05 15:21:38 +08:00
diskio_spiflash.h
esp_vfs_fat.h
ff.c
ff.h
ffconf.h
integer.h
vfs_fat.c
vfs_fat_sdmmc.c vfs, fatfs: fix support for two FATFS instances (SD and flash) 2017-05-05 15:21:38 +08:00
vfs_fat_spiflash.c vfs, fatfs: fix support for two FATFS instances (SD and flash) 2017-05-05 15:21:38 +08:00