diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28c058d..b65bb86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/**/*" diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cef47..37d0e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/esp-tts/esp_tts_chinese/esp32c5/libesp_tts_chinese.a b/esp-tts/esp_tts_chinese/esp32c5/libesp_tts_chinese.a new file mode 100644 index 0000000..8677b51 Binary files /dev/null and b/esp-tts/esp_tts_chinese/esp32c5/libesp_tts_chinese.a differ diff --git a/esp-tts/esp_tts_chinese/esp32c5/libvoice_set_xiaole.a b/esp-tts/esp_tts_chinese/esp32c5/libvoice_set_xiaole.a new file mode 100644 index 0000000..4d274fe Binary files /dev/null and b/esp-tts/esp_tts_chinese/esp32c5/libvoice_set_xiaole.a differ diff --git a/test_apps/esp-tts/sdkconfig.ci.esp32c5 b/test_apps/esp-tts/sdkconfig.ci.esp32c5 new file mode 100644 index 0000000..ab64f22 --- /dev/null +++ b/test_apps/esp-tts/sdkconfig.ci.esp32c5 @@ -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