espressif / idf-extra-components

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

Make max files configurable in tusb_msc_storage.c (IEC-44) #231

Closed pborcin closed 1 year ago

pborcin commented 1 year ago

This change makes maximum open files configurable. Currently it is set to 2.

Closes https://github.com/espressif/idf-extra-components/issues/217

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Pavel Borcin seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

tore-espressif commented 1 year ago

@pborcin Unfortunately, we later found out that the change is not backward compatible. In case user does not define the new config member mount_config, the subsequent calls will fail.

The released esp_tinyusb version 1.4.1 was yanked.