espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
147 stars 89 forks source link

usb msc host: remove unused variable lun #162

Closed esp-saurabhbansal closed 1 year ago

esp-saurabhbansal commented 1 year ago
  1. remove unused variable 'lun'
  2. usb composite device (msc + cdc) verified for its working.
esp-saurabhbansal commented 1 year ago

@tore-espressif @roma-jam @Dazza0 This PR is for supporting composite msc devices. The MR for corresponding IDF example that can be used for checking composite device is raised here

The composite device feature can be tested using 2 ESP chips with following scenarios:

  1. One ESP chip acts as usb msc host (example this). Other ESP chip acts as USB Composite device (example this)
  2. One ESP chip acts as usb cdc host (example this). Other ESP chip acts as USB Composite device (example this)
esp-saurabhbansal commented 1 year ago

Thanks you @esp-saurabhbansal ! Could you please update the related sections of README.md, too?

Thanks @tore-espressif. README.md is modified.

tore-espressif commented 1 year ago

Related https://github.com/espressif/esp-idf/issues/10443