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
..
2017-04-11 19:10:26 +08:00
2017-03-13 17:23:29 +08:00
2017-04-27 09:30:42 +08:00
2017-04-26 11:23:35 +10:00
2017-05-04 14:58:32 +08:00
2017-01-10 11:12:02 +11:00
2017-01-11 15:03:14 +08:00
2017-04-28 08:00:07 +08:00
2017-04-28 19:57:42 +08:00
2017-03-21 13:30:38 +03:00
2017-04-13 16:25:15 +10:00
2017-04-20 18:03:00 +10:00
2016-11-16 15:57:34 +11:00
2017-05-05 15:21:37 +08:00
2017-04-28 19:55:26 +08:00
2017-04-10 16:12:21 +08:00
2017-03-07 10:18:47 +11:00
2017-01-09 17:51:48 +08:00
2017-04-17 23:26:29 +03:00
2017-04-28 15:25:33 +08:00
2017-04-21 10:46:34 +10:00
2017-04-05 09:23:09 +03:00
2016-11-17 09:18:51 +11:00
2017-04-26 12:43:22 +08:00
2017-04-27 10:51:45 +08:00
2017-04-17 11:01:18 +08:00
2017-02-20 09:45:50 +08:00
2017-04-17 11:01:17 +08:00
2017-01-18 17:08:20 +08:00
2017-04-28 17:20:06 +08:00
2017-04-27 19:51:42 +02:00
2017-04-11 20:40:36 +08:00
2017-04-26 12:43:22 +08:00
2017-01-20 17:22:47 +08:00
2017-04-27 19:51:42 +02:00
2016-11-25 16:56:09 +08:00
2017-04-17 22:19:14 +03:00