mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 13:00:19 +00:00

Enhanced the USB MSC host example to support multiple simultaneously connected Mass Storage Class (MSC) devices. - Implemented dynamic allocation and mounting of multiple MSC devices. - Improved example logic for handling USB device connections and disconnections. - Updated documentation to clarify USB host limitations and endpoint allocation.