You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this component will be documented in this file.
4
4
5
-
1. Added support for ESP32-H4
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## 1.3.0
7
+
## [1.3.2] - 2025-10-21
8
8
9
-
1. Added Linux target build for the UAC component, host tests (https://github.com/espressif/esp-usb/issues/143)
9
+
### Changed
10
10
11
-
## 1.2.0 2024-09-27
11
+
- uac_host_device_read() now waits for the full timeout duration until the required amount of data is read, preventing premature returns with partial data (https://github.com/espressif/esp-usb/issues/248)
12
12
13
-
### Breaking Changes:
13
+
## [1.3.1] - 2025-09-24
14
+
15
+
- Added support for ESP32-H4
16
+
17
+
## [1.3.0] - 2025-03-28
14
18
15
-
1. Changed the parameter type of `uac_host_device_set_volume_db` from uint32_t to int16_t
19
+
- Added Linux target build for the UAC component, host tests (https://github.com/espressif/esp-usb/issues/143)
20
+
21
+
## [1.2.0] - 2024-10-10
22
+
23
+
### Breaking Changes:
16
24
25
+
- Changed the parameter type of `uac_host_device_set_volume_db` from uint32_t to int16_t
17
26
18
27
### Improvements:
19
28
20
-
1. Support get current volume and mute status
29
+
- Support get current volume and mute status
21
30
22
31
### Bugfixes:
23
32
24
-
1. Fixed incorrect volume conversion. Using actual device volume range.
25
-
2. Fixed concurrency issues when suspend/stop during read/write
33
+
- Fixed incorrect volume conversion. Using actual device volume range.
34
+
- Fixed concurrency issues when suspend/stop during read/write
26
35
27
-
## 1.1.0
36
+
## [1.1.0] - 2024-07-08
28
37
29
38
### Improvements
30
39
31
40
- Added add `uac_host_device_open_with_vid_pid` to open connected audio devices with known VID and PID
32
41
- Print component version message `uac-host: Install Succeed, Version: 1.1.0` in `uac_host_install` function
This directory contains an implementation of a USB UAC Driver implemented on top of the [USB Host Library](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/peripherals/usb_host.html).
0 commit comments