You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm curious why a Mass Storage class has not been implemented. Seems like it is one of the most common reasons for having USB in an embedded system. Most likely with a FatFS to make it compatible with a PC.
Did I miss it or is it that hard to implement?
Depending on cost, I may be willing to fund it.
Thank you!
The text was updated successfully, but these errors were encountered:
I'm not an expert in this library, but from what I see it is a minimal framework (for which I am eternally grateful). You may be able to find examples or forks for MSD using this library. I looked at TinyUSB before finding this one and it's anything but tiny anymore. I have used this one a few times for "raw" HID, HID Keyboard and MIDI.
One of the other things, you seem to be aware of, is that you need a file system and SCSI command support. Hopefully others provide better info.
I'm curious why a Mass Storage class has not been implemented. Seems like it is one of the most common reasons for having USB in an embedded system. Most likely with a FatFS to make it compatible with a PC.
Did I miss it or is it that hard to implement?
Depending on cost, I may be willing to fund it.
Thank you!
The text was updated successfully, but these errors were encountered: