Skip to content

Commit

Permalink
ref(esp_tinyusb): Update CHANGELOG.md, bump version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Feb 5, 2024
1 parent e03f8f9 commit 95b3ee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion device/esp_tinyusb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## 1.4.4 (Unreleased)
## 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 95b3ee9

Please sign in to comment.