Skip to content

Commit

Permalink
ref(esp_tinyusb): Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Feb 6, 2024
1 parent 5dede2c commit f54157a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion device/esp_tinyusb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## 1.4.4 (Unreleased)
## 1.4.5 (Unreleased)

- esp_tinyusb: Configuration descriptor for HS/FS Hosts

## 1.4.4

- esp_tinyusb: Add BValid signal test
- CDC-ACM: Remove MIN() definition if already defined
- MSC: Set EP size in configuration descriptor based on speed


## 1.4.3

- esp_tinyusb: ESP32P4 HS only support
Expand Down
2 changes: 1 addition & 1 deletion 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-idf/en/latest/esp32s2/api-reference/peripherals/usb_device.html"
version: "1.4.3"
version: "1.4.4"
url: https://github.com/espressif/esp-usb/tree/master/device/esp_tinyusb
dependencies:
idf: '>=5.0' # IDF 4.x contains TinyUSB as submodule
Expand Down

0 comments on commit f54157a

Please sign in to comment.