mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Merge branch 'feat/wn9s' into 'master'
ci: update wakenet9s ci for esp32c3,esp32c6,esp32s2 See merge request speech-recognition-framework/esp-sr!160
This commit is contained in:
commit
4125658aa5
@ -1,5 +1,5 @@
|
||||
# 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
|
||||
# Espressif IoT Development Framework (ESP-IDF) 5.5.0 Project Minimal Configuration
|
||||
#
|
||||
CONFIG_IDF_TARGET="esp32c3"
|
||||
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
||||
11
test_apps/esp32c5/sdkconfig.ci.esp32c3_wn9
Normal file
11
test_apps/esp32c5/sdkconfig.ci.esp32c3_wn9
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.5.0 Project Minimal Configuration
|
||||
#
|
||||
CONFIG_IDF_TARGET="esp32c3"
|
||||
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_SR_WN_WN9S_HIESP=y
|
||||
CONFIG_ESP_MAIN_TASK_STACK_SIZE=148584
|
||||
CONFIG_ESP_TASK_WDT_EN=n
|
||||
CONFIG_IDF_EXPERIMENTAL_FEATURES=y
|
||||
@ -2,5 +2,9 @@
|
||||
# Espressif IoT Development Framework (ESP-IDF) 5.5.0 Project Minimal Configuration
|
||||
#
|
||||
CONFIG_IDF_TARGET="esp32c5"
|
||||
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_SR_WN_WN9S_HIESP=y
|
||||
CONFIG_ESP_MAIN_TASK_STACK_SIZE=148584
|
||||
CONFIG_ESP_TASK_WDT_EN=n
|
||||
Loading…
Reference in New Issue
Block a user