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 Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
00readme.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
diskio.c fatfs: Update to version 0.14b 2022-02-21 14:54:55 +01:00
diskio.h fatfs: Update to version 0.14b 2022-02-21 14:54:55 +01:00
ff.c fatfs: Update to version 0.14b 2022-02-21 14:54:55 +01:00
ff.h fatfs: Update to version 0.14b 2022-02-21 14:54:55 +01:00
ffconf.h fatfs: Add trim ioctl call, set FF_USE_TRIM as default option. 2022-03-05 16:35:37 +05:30
ffsystem.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ffunicode.c fatfs: Update to version 0.14b 2022-02-21 14:54:55 +01:00