Skip to content

Commit 91d8a93

Browse files
committed
feat(uac_device): release the official version
1 parent bb059e1 commit 91d8a93

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

components/usb/usb_device_uac/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## v1.0.0 (2024-11-27)
4+
5+
* Release the official version.
6+
37
## v0.2.0 (2024-07-31)
48

59
* Support USB High speed

components/usb/usb_device_uac/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## USB Device UAC Component
44

5-
`usb_device_uac` is a USB `UAC` device driver for ESP32-S2/ESP32-S3. Support for transmitting/receiving audio from the host side, with a maximum of 8 speaker channels, 4 microphone channels, and configurable sampling rates.
5+
`usb_device_uac` is a USB `UAC` device driver for ESP32-S2/ESP32-S3/ESP32-P4. Support for transmitting/receiving audio from the host side, with a maximum of 8 speaker channels, 4 microphone channels, and configurable sampling rates.
66

77
Features:
88

components/usb/usb_device_uac/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.2.0"
1+
version: "1.0.0"
22
targets:
33
- esp32s2
44
- esp32s3

examples/usb/device/usb_uac/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ After the programming is completed, insert the USB interface on the development
4646
. $HOME/esp/esp-idf/export.sh
4747
```
4848

49-
3. Set ESP-IDF build target to `esp32s2` or `esp32s3`
49+
3. Set ESP-IDF build target to `esp32s3` or `esp32-p4`
5050

5151
```bash
5252
idf.py set-target esp32s3

examples/usb/device/usb_uac/main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ dependencies:
1818
override_path: "../common_components/esp32_p4_function_ev_board"
1919
idf: ">=5.1"
2020
usb_device_uac:
21-
version: "0.*"
21+
version: "1.*"
2222
override_path: "../../../../../components/usb/usb_device_uac"

0 commit comments

Comments
 (0)