Lines Matching +full:sector +full:- +full:0 +full:a +full:- +full:pages

4 # SPDX-License-Identifier: Apache-2.0
19 bool "Read-only support for all volumes"
22 Select this when using FAT for read-only access to slightly
42 a volume if no file system is found.
47 disk can be detached from a device and recovered using other
50 prior to connecting to a device, otherwise it will not be
61 formatting new FAT system to a device.
78 FIL is defined in ff.h of ELM FAT driver, and is pre-allocated
79 at compile-time.
88 DIR is defined in ff.h of ELM FAT driver, and is pre-allocated
89 at compile-time.
95 Enable file system timestamping instead of using a hardcoded date
101 15:11 = Hour (0..23)
102 10: 5 = Minute (0..59)
103 4: 0 = Seconds/2 (0..29)
131 Enable LFN with static working buffer on the BSS. Always NOT thread-safe.
144 depends on HEAP_MEM_POOL_SIZE > 0
177 437 - U.S.
178 720 - Arabic
179 737 - Greek
180 771 - KBL
181 775 - Baltic
182 850 - Latin 1
183 852 - Latin 2
184 855 - Cyrillic
185 857 - Turkish
186 860 - Portuguese
187 861 - Icelandic
188 862 - Hebrew
189 863 - Canadian French
190 864 - Arabic
191 865 - Nordic
192 866 - Russian
193 869 - Greek 2
194 932 - Japanese (DBCS)
195 936 - Simplified Chinese (DBCS)
196 949 - Korean (DBCS)
197 950 - Traditional Chinese (DBCS)
198 0 - Include all supported code pages
203 int "Maximum supported sector size"
208 sector size, with 512 being minimum value.
218 512 as sector size, all other values will cause FAT driver
219 to query device for sector size on mount.
224 int "Minimum expected sector size"
228 Specifies minimum sector size the FAT FS driver is expected to
231 sector size, to have slight reduction in code in FAT FS driver.
233 query every connected device for sector size.
254 Enable the FatFs re-entrancy (thread safe) option for file/directory
255 access for each volume. Will create a zephyr mutex object for each
256 FatFs volume and a FatFs system mutex.
259 bool "Support for 64-bit LBA"
262 This option enables support for 64-bit LBA, which also
274 {3, 1} - mount point "/0:"
275 {3, 2} - mount point "/1:"