OVMS3-idf/components/fatfs
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
..
src fatfs: expose some configuration values in Kconfig 2017-10-17 18:43:46 +08:00
test fatfs: fix duplicate unit test name 2017-06-23 14:59:21 +08:00
component.mk fatfs: add vfs support 2017-01-09 05:54:04 +08:00
Kconfig fatfs: expose some configuration values in Kconfig 2017-10-17 18:43:46 +08:00