QUERY · ISSUE
ESP32 S2/S3 USB MSC support?
enhancementport-esp32
Are there any plans to increase MSC support here?
CDC+MSC may be great
Thanks
CANDIDATE · PULL REQUEST
rp2: Add MSC support.
port-rp2
Any interest in adding MSC support for RP2 ?
- MSC+CDC support with FatFS filesystem.
- Uses 4K blocks to avoid caching.
- Completely configurable with
MICROPY_HW_USB_MSCin mpconfigboard.h - Depends on #7683