OVMS3-idf/components/fatfs
Ivan Grokhotkov d18157e108 vfs_fat: allocate FIL structures on the heap in vfs_fat_link
vfs_fat_link opened two files to perform copy operation. File structures
were allocated on the stack. When _MAX_SS setting was increased in
ffconf.h due to wear levelling feature, the size of these structures
increased to ~4k each (~8k total). This exceeds stack size allocated for
tasks in most typical cases.

This change makes file structures dynamically allocated.
2017-05-05 15:21:37 +08:00
..
src vfs_fat: allocate FIL structures on the heap in vfs_fat_link 2017-05-05 15:21:37 +08:00
test vfs_fat_sdmmc: if card init fails, fail cleanly 2017-02-24 21:04:22 +08:00
component.mk fatfs: add vfs support 2017-01-09 05:54:04 +08:00
Kconfig fatfs: Support for Long Filenames 2017-03-08 09:54:40 +11:00