OVMS3-idf/components/fatfs/src
Ivan Grokhotkov 07c44d7f01 fatfs: expose some configuration values in Kconfig
- _FS_TINY: disables per-file caches
- _FS_TIMEOUT: locking timeout for concurrent access
- _FS_LOCK: prevents operations which are not allowed on open files

Also sets _MAX_SS based on sector size configured for wear_levelling.
This reduces memory usage of FATFS if wear_levelling is using 512 byte
sectors.
2017-10-17 18:43:46 +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 use localtime_r instead of gmtime to get timezone 2017-09-30 21:44:35 +08:00
diskio.h implement review recomendations 2017-02-01 17:55:25 +02:00
diskio_sdmmc.c fatfs: use correct return types in ioctl calls 2017-10-10 12:02:32 +08:00
diskio_spiflash.c fatfs: use correct return types in ioctl calls 2017-10-10 12:02:32 +08:00
diskio_spiflash.h add wear_levelling component and example 2017-04-17 11:01:17 +08:00
esp_vfs_fat.h driver: SD protocol driver for SPI peripheral 2017-07-20 13:43:07 +08:00
ff.c build: Fix the warnings that break the tests 2017-07-07 11:03:25 +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: expose some configuration values in Kconfig 2017-10-17 18:43:46 +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 driver: SD protocol driver for SPI peripheral 2017-07-20 13:43:07 +08:00
vfs_fat_spiflash.c Add SPIFFS Component to IDF 2017-09-11 19:56:40 +03:00