From f54157a48c4a46822f0570dc182b94a642cbe748 Mon Sep 17 00:00:00 2001 From: Roman Leonov Date: Mon, 5 Feb 2024 14:25:55 +0100 Subject: [PATCH] ref(esp_tinyusb): Update CHANGELOG.md --- device/esp_tinyusb/CHANGELOG.md | 8 +++++++- device/esp_tinyusb/idf_component.yml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/device/esp_tinyusb/CHANGELOG.md b/device/esp_tinyusb/CHANGELOG.md index 8138f07e..1ace2e86 100644 --- a/device/esp_tinyusb/CHANGELOG.md +++ b/device/esp_tinyusb/CHANGELOG.md @@ -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 diff --git a/device/esp_tinyusb/idf_component.yml b/device/esp_tinyusb/idf_component.yml index 24229aaa..13a37f48 100644 --- a/device/esp_tinyusb/idf_component.yml +++ b/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: "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