From 37ef80067fbf3c4292327ee523034a8945711a33 Mon Sep 17 00:00:00 2001 From: Tomas Rezucha Date: Tue, 23 Apr 2024 14:13:52 +0200 Subject: [PATCH 1/2] fix(esp_tinyusb): Add forgotten release notes for 654be609a03980c65776c1b4d26b0318cd77f4cb --- device/esp_tinyusb/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device/esp_tinyusb/CHANGELOG.md b/device/esp_tinyusb/CHANGELOG.md index 78608a7a..254b6116 100644 --- a/device/esp_tinyusb/CHANGELOG.md +++ b/device/esp_tinyusb/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased + +- CDC-ACM: Fixed memory leak at VFS unregister + ## 1.4.4 - esp_tinyusb: Added HighSpeed and Qualifier device descriptors in tinyusb configuration From 3aa9f0723e4d755b952ccb77f48a0cec1357974e Mon Sep 17 00:00:00 2001 From: Tomas Rezucha Date: Tue, 23 Apr 2024 14:18:14 +0200 Subject: [PATCH 2/2] feature(uvc): Start using Espressif's fork of libuvc --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 50d24106..fffd40de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "host/usb_host_uvc/libuvc"] path = host/class/uvc/usb_host_uvc/libuvc - url = ../../libuvc/libuvc.git + url = ../../espressif/libuvc.git