OVMS3-idf/components/fatfs/test
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
..
component.mk fatfs: add vfs support 2017-01-09 05:54:04 +08:00
test_fatfs_common.c fatfs: run same fatfs tests for WL and SDMMC 2017-05-05 15:21:38 +08:00
test_fatfs_common.h fatfs: run same fatfs tests for WL and SDMMC 2017-05-05 15:21:38 +08:00
test_fatfs_sdmmc.c vfs, fatfs: fix support for two FATFS instances (SD and flash) 2017-05-05 15:21:38 +08:00
test_fatfs_spiflash.c fatfs: run same fatfs tests for WL and SDMMC 2017-05-05 15:21:38 +08:00