feat: esp32c5 support esp-tts

This commit is contained in:
xysun 2025-04-18 15:59:44 +08:00
parent bba433def0
commit ddf18c2ec6
5 changed files with 20 additions and 0 deletions

View File

@ -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/**/*"

View File

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

Binary file not shown.

Binary file not shown.

View 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