]> granicus.if.org Git - esp-idf/commit
fatfs: update diskio and vfs for FatFS changes
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 19 Jun 2019 16:56:23 +0000 (00:56 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 25 Jun 2019 15:05:16 +0000 (23:05 +0800)
commit66bdeca6030fba8b06b85bcf11987d6c42d2e073
tree5fe1890b4dc560403159d9c96153c9957fb9b8d9
parent7724df407a6b30f852695fe159eaecede3380eb2
fatfs: update diskio and vfs for FatFS changes

- do to not rely on integer.h types
- ffsystem.c does not define ff_memcalloc, replace with ff_memalloc +
  memset.
components/fatfs/diskio/diskio_impl.h
components/fatfs/diskio/diskio_rawflash.h
components/fatfs/diskio/diskio_wl.h
components/fatfs/port/ffsystem.c
components/fatfs/vfs/vfs_fat.c