Skip to content

Commit 6757c6e

Browse files
authored
Merge pull request #264 from espressif/release/esp_tinyusb_v2.0.1
release(esp_tinyusb): v2.0.1
2 parents d97587b + f589039 commit 6757c6e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

device/esp_tinyusb/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## 2.0.1 [unreleased]
1+
## 2.0.1
22

33
- esp_tinyusb: Added ESP32H4 support
44
- esp_tinyusb: Fixed an assertion failure on the GetOtherSpeedDescriptor() request for ESP32P4 when the OTG1.1 port is used
55
- MSC: Added dynamic member and storage operation multitask protection
6+
- MSC: Used `esp_vfs_fat_register_cfg` function prototype for esp-idf v5.3 and higher
67

78
## 2.0.0
89

device/esp_tinyusb/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## IDF Component Manager Manifest File
22
description: Espressif's additions to TinyUSB
33
documentation: "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/peripherals/usb_device.html"
4-
version: "2.0.0"
4+
version: "2.0.1"
55
url: https://github.com/espressif/esp-usb/tree/master/device/esp_tinyusb
66
targets:
77
- esp32s2

0 commit comments

Comments
 (0)