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 63a4825 commit aa5a111Copy full SHA for aa5a111
device/esp_tinyusb/CHANGELOG.md
@@ -1,6 +1,7 @@
1
-## [Unreleased]
+## 2.0.1~1
2
3
-- Fixed forward compatibility with TinyUSB 0.19
+- esp_tinyusb: Claim forward compatibility with TinyUSB 0.19
4
+- CDC: Added support for new VFS API (for esp-idf v5.4 and higher)
5
6
## 2.0.1
7
device/esp_tinyusb/idf_component.yml
@@ -1,7 +1,7 @@
## IDF Component Manager Manifest File
description: Espressif's additions to TinyUSB
documentation: "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/peripherals/usb_device.html"
-version: "2.0.1"
+version: "2.0.1~1"
url: https://github.com/espressif/esp-usb/tree/master/device/esp_tinyusb
targets:
- esp32s2
0 commit comments