EspTinyUSB icon indicating copy to clipboard operation
EspTinyUSB copied to clipboard

How to expose on-board external Flash as USB Mass Storage?

Open HelloDB opened this issue 3 years ago • 2 comments

Thank you for your library, how to expose the onboard external flash memory as USB Mass Storage?

HelloDB avatar Feb 13 '21 03:02 HelloDB

There is no API for that, and all depends what partition would you like to expose. I think the easiest would be to expose FFat, but anyway you need to add some functions or try to use esp-idf. In this repository is very simple and not production ready implementation to expose OTA partiton, which allows to update with drag n drop: https://github.com/chegewara/esp32s2-msc-ota

chegewara avatar Feb 13 '21 12:02 chegewara

https://github.com/chegewara/EspTinyUSB/issues/50

chegewara avatar Aug 31 '21 20:08 chegewara