OVMS3-idf/components/fatfs/src
Ivan Grokhotkov 45037efc45 Merge branch 'bugfix/vfs_write_return_type' into 'master'
Change esp_vfs_t.write return value to ssize_t

See merge request !897
2017-06-22 11:48:34 +08:00
..
option fatfs: Support for Long Filenames 2017-03-08 09:54:40 +11: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: clean up diskio code 2017-05-05 15:21:38 +08:00
diskio.h implement review recomendations 2017-02-01 17:55:25 +02:00
diskio_sdmmc.c fatfs: clean up diskio code 2017-05-05 15:21:38 +08:00
diskio_spiflash.c fatfs: clean up diskio code 2017-05-05 15:21:38 +08:00
diskio_spiflash.h add wear_levelling component and example 2017-04-17 11:01:17 +08:00
esp_vfs_fat.h add C++ include guards to header files which are missing them 2017-05-31 17:20:17 +08:00
ff.c fatfs: add support for small disc sizes (less then 16 MB) 2017-04-17 11:01:17 +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 support for variable sector size 2017-04-17 11:01:17 +08:00
integer.h fatfs: import version 0.12b 2017-01-09 04:51:24 +08:00
vfs_fat.c Change esp_vfs_t.write return value to ssize_t 2017-06-09 21:24:00 +01:00
vfs_fat_sdmmc.c vfs, fatfs: fix support for two FATFS instances (SD and flash) 2017-05-05 15:21:38 +08:00
vfs_fat_spiflash.c vfs, fatfs: fix support for two FATFS instances (SD and flash) 2017-05-05 15:21:38 +08:00