mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
fix(manifest): declare supported targets in idf_component.yml
Currently the component registry thinks that the component is compatible with all chip targets, while in fact CMakeLists.txt only supports ESP32, S2, S3 and C3.
This commit is contained in:
parent
5424a376f0
commit
523cb61cca
@ -3,6 +3,8 @@
|
||||
## Unreleased
|
||||
- ESP-DSP dependency is now installed from the component registry
|
||||
- Add some English MultiNet6 model which is trained by RNNT and CTC
|
||||
- Fixed CMake errors when esp-sr was installed from component registry
|
||||
- Fixed the list of supported chips displayed in the component registry
|
||||
|
||||
## 1.1.0
|
||||
- Support esp32c3 for Chinese TTS
|
||||
|
||||
@ -8,3 +8,8 @@ files:
|
||||
exclude:
|
||||
- ".github"
|
||||
- "docs"
|
||||
targets:
|
||||
- esp32
|
||||
- esp32s2
|
||||
- esp32s3
|
||||
- esp32c3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user