OVMS3-idf/components/fatfs/src
me-no-dev 84590ec0a4 FATFS enable support for multiple drives
Current implementation has drive numbers and paths hardcoded to support
only one FATFS drive. Arduino has it's own SPI driver to allow
compatibility and flexibility. With the MR it is possible to have up to
```_VOLUMES``` drives connected (SPI, SDMMC and others) at the same
time and accessed through VFS
2017-01-31 17:23:25 +02:00
..
option fatfs: add vfs support 2017-01-09 05:54:04 +08:00
00history.txt fatfs: import version 0.12b 2017-01-09 04:51:24 +08:00
00readme.txt fatfs: import version 0.12b 2017-01-09 04:51:24 +08:00
diskio.c FATFS enable support for multiple drives 2017-01-31 17:23:25 +02:00
diskio.h FATFS enable support for multiple drives 2017-01-31 17:23:25 +02:00
esp_vfs_fat.h FATFS enable support for multiple drives 2017-01-31 17:23:25 +02:00
ff.c fatfs: rename DIR to FF_DIR to avoid conflict with dirent.h 2017-01-09 04:51:24 +08:00
ff.h fatfs: rename DIR to FF_DIR to avoid conflict with dirent.h 2017-01-09 04:51:24 +08:00
ffconf.h fatfs: add vfs support 2017-01-09 05:54:04 +08:00
integer.h fatfs: import version 0.12b 2017-01-09 04:51:24 +08:00
vfs_fat.c FATFS enable support for multiple drives 2017-01-31 17:23:25 +02:00
vfs_fat_sdmmc.c FATFS enable support for multiple drives 2017-01-31 17:23:25 +02:00