TinyUSB: Create MSC storage device with custom FS callbacks
Posted: Tue Oct 31, 2023 10:15 am
I want to use my ESP32-S3 as a USB MSC device. Instead of proxying filesystem calls to the SPI flash or SDMMC, I want to intercept them and fetch the information from a remote server. Is it possible to do this with ESP-IDF?
Help is appreciated.
Help is appreciated.