]> granicus.if.org Git - esp-idf/commit
fatfs: clean up diskio code
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 4 May 2017 11:50:13 +0000 (19:50 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 5 May 2017 07:21:38 +0000 (15:21 +0800)
commit5ac28e843dd8ea3eb7e55812e366e8cba0d7aedd
tree3cc4b916c31a1f7452c78f6347d8b42a85860995
parent4e3ea66ec45f0283cbe082615058fc35242e75bc
fatfs: clean up diskio code

- clean up diskio_spiflash, fix the max number of volumes supported
- move SDMMC code into a separate file
components/fatfs/src/diskio.c
components/fatfs/src/diskio_sdmmc.c [new file with mode: 0644]
components/fatfs/src/diskio_spiflash.c