wwatson
Well-known member
@wwatson - I would like to start playing around some as I know these capabilities would be great addition to Teensy world.
Are the instructions up at: https://forum.pjrc.com/threads/5582...er-Experiments?p=231523&viewfull=1#post231523
Maybe the best thing to try things out?
It looks like you had a delta to usbhost_t36? has this already been folded int a Pull Request or do we need to?
Would be fun to try this stuff out, and maybe see if it can feed through to MTP...
I have been watching the development of LittleFS and MTP_T4 and at the same time working with SdFat and MSC. The driver part of MSC is now part of USBHost_t36 thanks @Paul. A lot of things have changed from the original MSC. MSC now works with Sdfat.
The first versions were:
https://forum.pjrc.com/threads/64784-Sdfat-beta-now-ported-to-USB-Mass-Storage-devices-two-ways?highlight=sdfat+ways
But as per a conversation with Bill Greiman in a post that I can't find now he did not want to modify SdFat for use with MSC. So what I have come up and still testing is this:
https://github.com/wwatson4506/UsbMscFat.
This uses SdFat and FS and does not modify SdFat in any way. It is working with both the latest SdFat and the file abstraction of FS using TD 1.54B6. This is still WIP and I have already found several issues with it that I am working on. Working with hot plugging both USB drives and SD cards and getting volume names. Initially working.
There are several examples that can be used to test this library and I am working on more of them. All that is needed is TD1.54B6 and UsbMscFat. I know that Paul is also planning to work with MSC so I really am being cautious about how much effort I put into this.
Hopefully I have not confused you Going back to to a double shift at work now
Edit: MSC still works with uSDFS.
Last edited: