Search found 1 match

by priosjart
Tue Oct 31, 2023 10:15 am
Forum: ESP-IDF
Topic: TinyUSB: Create MSC storage device with custom FS callbacks
Replies: 1
Views: 777

TinyUSB: Create MSC storage device with custom FS callbacks

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.