OVMS3-idf/components/fatfs/src
Anton Maklakov 714a9bda92 fatfs: fix errors for GCC 8 support and some indentation
components/fatfs/src/ff.c: In function 'f_fdisk':
components/fatfs/src/ff.c:5995:5: error: this 'for' clause does not guard... [-Werror=misleading-indentation]
     for (n = 16; n < 256 && sz_disk / n / cluster_size > 1024; n *= 2) ;
     ^~~
components/fatfs/src/ff.c:5996:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  if (n == 256) n--;
  ^~
2018-07-02 09:05:00 +00:00
..
00history.txt fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
00readme.txt fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
diskio.c fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
diskio.h implement review recomendations 2017-02-01 17:55:25 +02:00
diskio_rawflash.c FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
diskio_rawflash.h FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
diskio_sdmmc.c fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
diskio_wl.c FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
diskio_wl.h FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
esp_vfs_fat.h FATFS support without wear levelling 2018-06-16 16:02:35 +08:00
ff.c fatfs: fix errors for GCC 8 support and some indentation 2018-07-02 09:05:00 +00:00
ff.h fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
ffconf.h fatfs/add menuconfig options for different encodings 2018-03-23 14:06:56 +08:00
ffsystem.c fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
ffunicode.c fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
integer.h fatfs: update to R0.13a 2017-11-14 12:57:55 +08:00
vfs_fat.c vfs, fatfs: Add file truncate for fatfs 2018-06-14 06:37:21 +08:00
vfs_fat_internal.h fatfs: add configuration of allocation unit size 2018-02-11 13:03:36 +08:00
vfs_fat_sdmmc.c fatfs: check allocated workbuf pointer 2018-02-11 13:03:36 +08:00
vfs_fat_spiflash.c FATFS support without wear levelling 2018-06-16 16:02:35 +08:00