mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
feat: esp32c5 support esp-tts
This commit is contained in:
parent
bba433def0
commit
ddf18c2ec6
@ -49,6 +49,9 @@ before_script:
|
||||
|
||||
.patterns-test_esp_sr: &patterns-test_esp32c5
|
||||
- "lib/esp32c5/*"
|
||||
- "lib/esp32c3/*"
|
||||
- "lib/esp32c6/*"
|
||||
- "lib/esp32s2/*"
|
||||
- "include/esp32c5/*"
|
||||
- "src/**/*"
|
||||
- "model/**/*"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# Change log for esp-sr
|
||||
|
||||
## unreleased
|
||||
- esp32c3 support wakenet9s and aec
|
||||
- esp32c5 support wakenet9s and aec
|
||||
- esp32c6 support wakenet9s and aec
|
||||
- esp32s2 support wakenet9s and aec
|
||||
|
||||
## 2.0.5
|
||||
- Fix fftr bug
|
||||
|
||||
|
||||
BIN
esp-tts/esp_tts_chinese/esp32c5/libesp_tts_chinese.a
Normal file
BIN
esp-tts/esp_tts_chinese/esp32c5/libesp_tts_chinese.a
Normal file
Binary file not shown.
BIN
esp-tts/esp_tts_chinese/esp32c5/libvoice_set_xiaole.a
Normal file
BIN
esp-tts/esp_tts_chinese/esp32c5/libvoice_set_xiaole.a
Normal file
Binary file not shown.
11
test_apps/esp-tts/sdkconfig.ci.esp32c5
Normal file
11
test_apps/esp-tts/sdkconfig.ci.esp32c5
Normal file
@ -0,0 +1,11 @@
|
||||
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
||||
# Espressif IoT Development Framework (ESP-IDF) 5.4.1 Project Minimal Configuration
|
||||
#
|
||||
CONFIG_IDF_TARGET="esp32c5"
|
||||
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_SPIRAM=y
|
||||
CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP=n
|
||||
CONFIG_ESP_INT_WDT=n
|
||||
CONFIG_ESP_TASK_WDT_EN=n
|
||||
Loading…
Reference in New Issue
Block a user