添加esp32支持唤醒词 (#782)

* Update README.md

* Update config.h

增加MCP控制方式

* Update esp32_cgc_board.cc

增加MCP控制方式

* Update CMakeLists.txt

增加ESP32 CGC 144开发板

* Update Kconfig.projbuild

增加ESP32 CGC 144开发板

* Create README.md

增加ESP32 CGC 144开发板

* Add files via upload

* Update config.h

修改注释

* Update Kconfig.projbuild

增加ESP32语言唤醒支持(目前需要开启PSRAM)

* Add files via upload

Add wake word to esp32

* Update sdkconfig.defaults.esp32

增加看门狗超时
This commit is contained in:
wdmomoxx
2025-06-09 04:43:46 +08:00
committed by GitHub
parent 386e58a224
commit 3df2f3970a
2 changed files with 9 additions and 2 deletions

View File

@@ -360,9 +360,9 @@ config USE_WECHAT_MESSAGE_STYLE
config USE_ESP_WAKE_WORD config USE_ESP_WAKE_WORD
bool "Enable Wake Word Detection (without AFE)" bool "Enable Wake Word Detection (without AFE)"
default n default n
depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C5 depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C5 || IDF_TARGET_ESP32
help help
支持 ESP32 C3 与 ESP32 C5 支持 ESP32 C3 与 ESP32 C5增加ESP32支持需要开启PSRAM
config USE_AFE_WAKE_WORD config USE_AFE_WAKE_WORD
bool "Enable Wake Word Detection (AFE)" bool "Enable Wake Word Detection (AFE)"

7
sdkconfig.defaults.esp32 Normal file
View File

@@ -0,0 +1,7 @@
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions/v1/4m.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions/v1/4m.csv"
CONFIG_SR_WN_WN9_NIHAOXIAOZHI_TTS=y
CONFIG_ESP_TASK_WDT_TIMEOUT_S=20