|
25 | 25 | / 3: f_lseek() function is removed in addition to 2. */ |
26 | 26 |
|
27 | 27 |
|
28 | | -#define FF_USE_FIND 0 |
| 28 | +#define FF_USE_FIND 2 |
29 | 29 | /* This option switches filtered directory read functions, f_findfirst() and |
30 | 30 | / f_findnext(). (0:Disable, 1:Enable 2:Enable with matching altname[] too) */ |
31 | 31 |
|
32 | 32 |
|
33 | | -#define FF_USE_MKFS 0 |
| 33 | +#define FF_USE_MKFS 1 |
34 | 34 | /* This option switches f_mkfs() function. (0:Disable or 1:Enable) */ |
35 | 35 |
|
36 | 36 |
|
37 | | -#define FF_USE_FASTSEEK 0 |
| 37 | +#define FF_USE_FASTSEEK 1 |
38 | 38 | /* This option switches fast seek function. (0:Disable or 1:Enable) */ |
39 | 39 |
|
40 | 40 |
|
41 | | -#define FF_USE_EXPAND 0 |
| 41 | +#define FF_USE_EXPAND 1 |
42 | 42 | /* This option switches f_expand function. (0:Disable or 1:Enable) */ |
43 | 43 |
|
44 | 44 |
|
45 | | -#define FF_USE_CHMOD 0 |
| 45 | +#define FF_USE_CHMOD 1 |
46 | 46 | /* This option switches attribute manipulation functions, f_chmod() and f_utime(). |
47 | 47 | / (0:Disable or 1:Enable) Also FF_FS_READONLY needs to be 0 to enable this option. */ |
48 | 48 |
|
49 | 49 |
|
50 | | -#define FF_USE_LABEL 0 |
| 50 | +#define FF_USE_LABEL 1 |
51 | 51 | /* This option switches volume label functions, f_getlabel() and f_setlabel(). |
52 | 52 | / (0:Disable or 1:Enable) */ |
53 | 53 |
|
54 | 54 |
|
55 | | -#define FF_USE_FORWARD 0 |
| 55 | +#define FF_USE_FORWARD 1 |
56 | 56 | /* This option switches f_forward() function. (0:Disable or 1:Enable) */ |
57 | 57 |
|
58 | 58 |
|
59 | | -#define FF_USE_STRFUNC 0 |
| 59 | +#define FF_USE_STRFUNC 2 |
60 | 60 | #define FF_PRINT_LLI 1 |
61 | 61 | #define FF_PRINT_FLOAT 1 |
62 | 62 | #define FF_STRF_ENCODE 3 |
|
84 | 84 | / Locale and Namespace Configurations |
85 | 85 | /---------------------------------------------------------------------------*/ |
86 | 86 |
|
87 | | -#define FF_CODE_PAGE 932 |
| 87 | +#define FF_CODE_PAGE 0 |
88 | 88 | /* This option specifies the OEM code page to be used on the target system. |
89 | 89 | / Incorrect code page setting can cause a file open failure. |
90 | 90 | / |
|
153 | 153 | / on character encoding. When LFN is not enabled, these options have no effect. */ |
154 | 154 |
|
155 | 155 |
|
156 | | -#define FF_FS_RPATH 0 |
| 156 | +#define FF_FS_RPATH 1 |
157 | 157 | /* This option configures support for relative path. |
158 | 158 | / |
159 | 159 | / 0: Disable relative path and remove related functions. |
|
203 | 203 | / GET_SECTOR_SIZE command. */ |
204 | 204 |
|
205 | 205 |
|
206 | | -#define FF_LBA64 0 |
| 206 | +#define FF_LBA64 1 |
207 | 207 | /* This option switches support for 64-bit LBA. (0:Disable or 1:Enable) |
208 | 208 | / To enable the 64-bit LBA, also exFAT needs to be enabled. (FF_FS_EXFAT == 1) */ |
209 | 209 |
|
|
0 commit comments