Home
last modified time | relevance | path

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

/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.h463 FRESULT f_mkfs (const TCHAR* path, const MKFS_PARM* opt, void* work, UINT len); /* Create a FAT vol…
Dff.c5609 FRESULT f_mkfs ( function