We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98faff commit 178122aCopy full SHA for 178122a
device/esp_tinyusb/idf_component.yml
@@ -11,5 +11,7 @@ targets:
11
dependencies:
12
idf: '>=5.0' # IDF 4.x contains TinyUSB as submodule
13
tinyusb:
14
- version: '>=0.17.0~2' # 0.17.0~2 is the first version that supports deinit
+ # TODO: Revert after IEC-403
15
+ # version: '>=0.17.0~2' # 0.17.0~2 is the first version that supports deinit
16
+ version: '^0.18.0'
17
public: true
0 commit comments