Skip to content

Commit

Permalink
Merge branch 'feat/device_uac_release2_0' into 'release/v2.0'
Browse files Browse the repository at this point in the history
feat(uac_device): release the official version (2.0)

See merge request ae_group/esp-iot-solution!1156
  • Loading branch information
leeebo committed Nov 27, 2024
2 parents 26dc689 + 86a30b1 commit 36932ed
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The registered components in ESP-IoT-Solution are listed below:
| [pwm_audio](https://components.espressif.com/components/espressif/pwm_audio/versions/1.1.2) | [![1.1.2](https://img.shields.io/badge/Stable-1.1.2-blue)](https://components.espressif.com/components/espressif/pwm_audio/versions/1.1.2) |
| [spi_bus](https://components.espressif.com/components/espressif/spi_bus/versions/1.0.0) | [![1.0.0](https://img.shields.io/badge/Stable-1.0.0-blue)](https://components.espressif.com/components/espressif/spi_bus/versions/1.0.0) |
| [touch_proximity_sensor](https://components.espressif.com/components/espressif/touch_proximity_sensor/versions/0.1.2) | [![0.1.2](https://img.shields.io/badge/Beta-0.1.2-yellow)](https://components.espressif.com/components/espressif/touch_proximity_sensor/versions/0.1.2) |
| [usb_device_uac](https://components.espressif.com/components/espressif/usb_device_uac/versions/0.2.0) | [![0.2.0](https://img.shields.io/badge/Beta-0.2.0-yellow)](https://components.espressif.com/components/espressif/usb_device_uac/versions/0.2.0) |
| [usb_device_uac](https://components.espressif.com/components/espressif/usb_device_uac/versions/1.0.0) | [![1.0.0](https://img.shields.io/badge/Stable-1.0.0-blue)](https://components.espressif.com/components/espressif/usb_device_uac/versions/1.0.0) |
| [usb_device_uvc](https://components.espressif.com/components/espressif/usb_device_uvc/versions/1.1.2) | [![1.1.2](https://img.shields.io/badge/Stable-1.1.2-blue)](https://components.espressif.com/components/espressif/usb_device_uvc/versions/1.1.2) |
| [usb_stream](https://components.espressif.com/components/espressif/usb_stream/versions/1.4.0) | [![1.4.0](https://img.shields.io/badge/Stable-1.4.0-blue)](https://components.espressif.com/components/espressif/usb_stream/versions/1.4.0) |
| [xz](https://components.espressif.com/components/espressif/xz/versions/1.0.0) | [![1.0.0](https://img.shields.io/badge/Stable-1.0.0-blue)](https://components.espressif.com/components/espressif/xz/versions/1.0.0) |
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ESP-IoT-Solution 中注册的组件如下:
| [pwm_audio](https://components.espressif.com/components/espressif/pwm_audio/versions/1.1.2) | [![1.1.2](https://img.shields.io/badge/Stable-1.1.2-blue)](https://components.espressif.com/components/espressif/pwm_audio/versions/1.1.2) |
| [spi_bus](https://components.espressif.com/components/espressif/spi_bus/versions/1.0.0) | [![1.0.0](https://img.shields.io/badge/Stable-1.0.0-blue)](https://components.espressif.com/components/espressif/spi_bus/versions/1.0.0) |
| [touch_proximity_sensor](https://components.espressif.com/components/espressif/touch_proximity_sensor/versions/0.1.2) | [![0.1.2](https://img.shields.io/badge/Beta-0.1.2-yellow)](https://components.espressif.com/components/espressif/touch_proximity_sensor/versions/0.1.2) |
| [usb_device_uac](https://components.espressif.com/components/espressif/usb_device_uac/versions/0.2.0) | [![0.2.0](https://img.shields.io/badge/Beta-0.2.0-yellow)](https://components.espressif.com/components/espressif/usb_device_uac/versions/0.2.0) |
| [usb_device_uac](https://components.espressif.com/components/espressif/usb_device_uac/versions/1.0.0) | [![1.0.0](https://img.shields.io/badge/Stable-1.0.0-blue)](https://components.espressif.com/components/espressif/usb_device_uac/versions/1.0.0) |
| [usb_device_uvc](https://components.espressif.com/components/espressif/usb_device_uvc/versions/1.1.2) | [![1.1.2](https://img.shields.io/badge/Stable-1.1.2-blue)](https://components.espressif.com/components/espressif/usb_device_uvc/versions/1.1.2) |
| [usb_stream](https://components.espressif.com/components/espressif/usb_stream/versions/1.4.0) | [![1.4.0](https://img.shields.io/badge/Stable-1.4.0-blue)](https://components.espressif.com/components/espressif/usb_stream/versions/1.4.0) |
| [xz](https://components.espressif.com/components/espressif/xz/versions/1.0.0) | [![1.0.0](https://img.shields.io/badge/Stable-1.0.0-blue)](https://components.espressif.com/components/espressif/xz/versions/1.0.0) |
Expand Down
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 36932ed

Please sign in to comment.