SdFat
SdFat copied to clipboard
MMC_ERASE
Hi,
Are you planning to implement MMC_ERASE? It's like trim/unmap for SD cards, see https://superuser.com/questions/18906/can-i-use-something-like-the-ssd-trim-command-on-a-sd-card
Look at the SdFormatter example here.
This does a very fast erase of all data on the card.
I plan to make an SD erase function callable from an app.
I have a large number of additions and additions for the next version of SdFat but I currently don't have time to work on my open source libraries.
A new release take a lot of time since I must test it on a substantial number of cards using the most popular board support packages.
Looking forward to it!