espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
152 stars 93 forks source link

esp_tinyusb: add MSC pre mount/unmount changed event and callback #210

Closed esp-saurabhbansal closed 1 year ago

esp-saurabhbansal commented 1 year ago

Add additional pre mount/unmount changed event and callback. This will be delivered (if subscribed) BEFORE mount/unmount operation is started. This will be helpful to the user who wants to be notified before the mount/unmount operation starts. One such requirement is mentioned here.

esp-saurabhbansal commented 1 year ago

@tore-espressif @igrr @pacucha42 PTAL