Home
last modified time | relevance | path

Searched refs:f_mkfs (Results 1 – 4 of 4) sorted by relevance

/third_party/FatFs/documents/
Dupdates.txt16 Added dynamic memory allocation option for working buffer of f_mkfs() and f_fdisk().
17 …Fixed f_fdisk() and f_mkfs() create the partition table with wrong CHS parameters. (appeared at R0…
43 …Fixed f_mkfs() creating exFAT volume with too small cluster size can collapse unallocated memory. …
49 Added support for creating exFAT volume with some changes of f_mkfs().
52 Fixed f_mkfs() creates wrong volume. (appeared at R0.12)
101 Changed argument of f_chdrive(), f_mkfs(), disk_read() and disk_write().
114 f_mkfs() supports multiple partition on a physical drive.
128 Fixed f_mkfs() creates wrong FAT32 volume.
162 Added auto cluster size selection to f_mkfs().
181 Changed arguments of f_mkfs. (FatFs)
[all …]
/third_party/FatFs/source/
D00history.txt47 Added f_mkfs().
59 Fixed an endian sensitive code in f_mkfs().
74 Changed arguments of f_read(), f_write() and f_mkfs().
75 Fixed f_mkfs() on FAT32 creates incorrect FSINFO.
102 Added auto cluster size selection to f_mkfs().
152 Fixed f_mkfs() creates wrong FAT32 volume.
167 f_mkfs() supports multiple partition to complete the multiple partition feature.
194 Changed argument of f_chdrive(), f_mkfs(), disk_read() and disk_write().
260 Added support for creating exFAT volume with some changes of f_mkfs().
263 Fixed f_mkfs() creates wrong volume. (appeared at R0.12)
[all …]
Dff.h459 FRESULT f_mkfs (const TCHAR* path, const MKFS_PARM* opt, void* work, UINT len); /* Create a FAT vol…
Dff.c5580 FRESULT f_mkfs ( function