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:
Ivan Grokhotkov 2023-03-04 21:06:37 +01:00
parent 5424a376f0
commit 523cb61cca
No known key found for this signature in database
GPG Key ID: 1E050E141B280628
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -8,3 +8,8 @@ files:
exclude:
- ".github"
- "docs"
targets:
- esp32
- esp32s2
- esp32s3
- esp32c3