Hardcode buffers, lock sector cache, use fastfs
This commit is contained in:
parent
9130c4b69c
commit
3705b5f228
6 changed files with 325 additions and 57 deletions
|
@ -41,8 +41,13 @@
|
|||
#define FF_USE_MKFS 0
|
||||
/* This option switches f_mkfs() function. (0:Disable or 1:Enable) */
|
||||
|
||||
#define FF_FASTFS 1
|
||||
|
||||
#ifdef FF_FASTFS
|
||||
#define FF_USE_FASTSEEK 1
|
||||
#else
|
||||
#define FF_USE_FASTSEEK 0
|
||||
#endif
|
||||
/* This option switches fast seek function. (0:Disable or 1:Enable) */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue