I would like to develop USB client for Mass Storage with Arduino DUE.
So when USB port(Arduino Due Native Port) is connected to PC, PC can access SD card in Arduino DUE.
I found one library (Adafruit_TinyUSB_Arduino-master : GitHub - adafruit/Adafruit_TinyUSB_Arduino: Arduino library for TinyUSB)
This library seems what I am looking for but the library does not support Arduino DUE.
Is there any library to support USB client for Mass Storage with Arduino DUE?