OVMS3-idf/components/fatfs
Ivan Grokhotkov 4ecd26ce77 Merge branch 'feature/fatfs_dynamic_pdrv' into 'master'
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

See merge request !478
2017-03-03 11:40:37 +08:00
..
src Merge branch 'feature/fatfs_dynamic_pdrv' into 'master' 2017-03-03 11:40:37 +08:00
test vfs_fat_sdmmc: if card init fails, fail cleanly 2017-02-24 21:04:22 +08:00
component.mk fatfs: add vfs support 2017-01-09 05:54:04 +08:00