espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
143 stars 86 forks source link

change(esp_tinyusb): Update esp_tinyusb task affinity config type #269

Closed Dazza0 closed 9 months ago

Dazza0 commented 9 months ago

Change description

Please describe your change here

ESP-IDF updates the task affinity config option from hex to int, and provides constant values for each affinity value. This commit syncs TINYUSB_TASK_AFFINITY with those changes.

See internal MR !26701 for more details.

CLAassistant commented 9 months 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.
You have signed the CLA already but the status is still pending? Let us recheck it.

Dazza0 commented 9 months ago

@tore-espressif Do we need to bump the bugfix version for every change?

tore-espressif commented 9 months ago

@Dazza0 There isn't any actively developed feature ATM, so if you want to see this change deployed soon, you can bump the version. Please check the failing jobs, too

cc @Jacques-Zhao do you want to merge https://github.com/espressif/idf-extra-components/pull/235 ?

Dazza0 commented 9 months ago

@tore-espressif Sorry, looks like there's not a good way to introduce this change to the managed components in a non-breaking manner. I'll closing this PR (and associated MR) and will delay this change until ESP-IDF v6.0.