esp-idf/components/fatfs/src
Vamshi Gajjela 964592e189 fatfs: Add trim ioctl call, set FF_USE_TRIM as default option.
FF_USE_TRIM is set by default with this commit. Fatfs invokes disk_ioctl
with CTRL_TRIM to erase the sectors calling sdmmc_erase_sectors to choose the right
argument for the erase operation based on media type.
2022-03-05 16:35:37 +05:30
..
00history.txt
00readme.txt
diskio.c
diskio.h
ff.c
ff.h
ffconf.h fatfs: Add trim ioctl call, set FF_USE_TRIM as default option. 2022-03-05 16:35:37 +05:30
ffsystem.c
ffunicode.c