Skip to content

Commit

Permalink
Merge branch 'feat/device_uac_release' into 'master'
Browse files Browse the repository at this point in the history
feat(uac_device): release the official version

See merge request ae_group/esp-iot-solution!1157
  • Loading branch information
leeebo committed Nov 28, 2024
2 parents df435c4 + 91d8a93 commit c683b16
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions components/usb/usb_device_uac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## v1.0.0 (2024-11-27)

* Release the official version.

## v0.2.0 (2024-07-31)

* Support USB High speed
Expand Down
2 changes: 1 addition & 1 deletion components/usb/usb_device_uac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## USB Device UAC Component

`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.
`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.

Features:

Expand Down
2 changes: 1 addition & 1 deletion components/usb/usb_device_uac/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.2.0"
version: "1.0.0"
targets:
- esp32s2
- esp32s3
Expand Down
2 changes: 1 addition & 1 deletion examples/usb/device/usb_uac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ After the programming is completed, insert the USB interface on the development
. $HOME/esp/esp-idf/export.sh
```

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

```bash
idf.py set-target esp32s3
Expand Down
2 changes: 1 addition & 1 deletion examples/usb/device/usb_uac/main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies:
override_path: "../common_components/esp32_p4_function_ev_board"
idf: ">=5.1"
usb_device_uac:
version: "0.*"
version: "1.*"
override_path: "../../../../../components/usb/usb_device_uac"

0 comments on commit c683b16

Please sign in to comment.