Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions device/esp_tinyusb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.0

- esp_tinyusb: Added ESP32-S31 support
Comment thread
igi540 marked this conversation as resolved.

Comment thread
igi540 marked this conversation as resolved.
## 2.1.1

- esp_tinyusb: Fixed VBUS monitoring feature on ESP32-P4 USB OTG 2.0 (HS)
Expand Down
4 changes: 2 additions & 2 deletions device/esp_tinyusb/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## IDF Component Manager Manifest File
description: Espressif's additions to TinyUSB
documentation: "https://docs.espressif.com/projects/esp-usb/en/latest/esp32p4/usb_device.html"
version: "2.1.1"
version: "2.2.0"
url: https://github.com/espressif/esp-usb/tree/master/device/esp_tinyusb
repository: "https://github.com/espressif/esp-usb.git"
repository_info:
Expand All @@ -15,7 +15,7 @@ targets:
dependencies:
idf: '>=5.0' # IDF 4.x contains TinyUSB as submodule
tinyusb:
version: '>=0.19.0~3-rc1'
version: '>=0.17.0~2' # 0.17.0~2 is the first version that supports deinit
Comment thread
igi540 marked this conversation as resolved.
public: true
files:
exclude:
Expand Down
Loading