uploaded 1 year ago
yanked Contains a bug that prevents MSC file access to PSRAM
USB Host MSC driver
## 1.0.0

- Initial version

## 1.0.1

- Fix compatibility with IDF v4.4

## 1.0.2

- Increase transfer timeout to 5 seconds to handle slower flash disks

## 1.0.4

- Claim support for USB composite devices

## 1.1.0

- Significantly increase performance with Virtual File System by allowing longer transfers
- Optimize used heap memory by reusing the Virtual File System buffer
- Optimize CPU usage by putting the background MSC task to 'Blocked' state indefinitely when there is nothing to do
- Fix MSC commands for devices on interface numbers other than zero
- Replace unsafe debug functions for direct access of MSC sectors with private SCSI commands

Links

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/usb_host_msc^1.1.0"

or download archive

Stats

  • Downloaded in total
    Downloaded in total 53.5k times
  • Downloaded this version
    This version: 11.7k times

Badge

espressif/usb_host_msc version: 1.1.0
|