Skip to content

Commit 4e6c17e

Browse files
Merge pull request #180 from espressif/release/uvc_2.3
release(host/uvc): v2.3.0
2 parents 86ccf55 + 47d46e4 commit 4e6c17e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

host/class/uvc/usb_host_uvc/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## [Unreleased]
1+
## 2.3.0
22

33
- Added `uvc_host_stream_format_get()` function that returns current stream's format
44
- Added `uvc_host_buf_info_get()` function for esp_video binding
55
- Added option to request default FPS by setting FPS = 0
66
- Fixed UVC driver re-installation
7+
- Fixed abort on unexpected EoF flag in bulk transfers
78

89
## 2.2.0
910

host/class/uvc/usb_host_uvc/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## IDF Component Manager Manifest File
2-
version: "2.2.0"
2+
version: "2.3.0"
33
description: USB Host UVC driver
44
url: https://github.com/espressif/esp-usb/tree/master/host/class/uvc/usb_host_uvc
55
dependencies:

0 commit comments

Comments
 (0)