Home
last modified time | relevance | path

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

/third_party/FatFs/source/
D00history.txt168 Added f_fdisk().
309 Added dynamic memory allocation option for working buffer of f_mkfs() and f_fdisk().
310 …Fixed f_fdisk() and f_mkfs() create the partition table with wrong CHS parameters. (appeared at R0…
335 Changed some API functions, f_mkfs() and f_fdisk().
Dff.h464 FRESULT f_fdisk (BYTE pdrv, const DWORD szt[], void* work); /* Divide a physical drive into some p…
Dff.c6383 FRESULT f_fdisk ( function