wwatson4506 / UsbMscFat

Teensy 36/40/41 Compatiblility Layer for MSC and SdFat
MIT License
10 stars 4 forks source link

Volume name sd #4

Closed KurtE closed 3 years ago

KurtE commented 3 years ago

@wwatson4506 @mjs513 - I am wondering if it is about time to merge this WIP branch back into your main branch?

There are still lots of things we can experiment with, but I think we have worked through several of the issues with the PFs code, plus now have working formatting and partition support, the ability to read and write the volume label...

Let me know if there are other things/tests we should try before merging.

Kurt

Note: I also issued a PR to @paulstoffregen with the USBHost_t36 changes to allow reading multiple sectors with a callback as to speed up things like reading the thousands of sectors associated with a large Fat32 FAT just to figure out how much free space there is.