fix(examples): add CONFIG_FREERTOS_IN_IRAM to iperf examples

This commit is contained in:
Chen Yudong
2026-03-20 11:20:13 +08:00
parent 503a5cfdf6
commit 3928de1520
3 changed files with 10 additions and 0 deletions
@@ -24,6 +24,8 @@ CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y
# Run FreeRTOS only on the first core
CONFIG_FREERTOS_UNICORE=y
# Enable FreeRTOS IRAM optimization
CONFIG_FREERTOS_IN_IRAM=y
# Disable watch dog
CONFIG_ESP_INT_WDT=n
+7
View File
@@ -64,6 +64,13 @@ examples/wifi/iperf:
- lwip
- esp_coex
- wpa_supplicant
depends_components-:
# remove these components from "*common_components"
# because they have minimal impact on performance test results
- esp_common
- cxx
- log
examples/wifi/itwt:
<<: *wifi_depends_default
+1
View File
@@ -2,6 +2,7 @@ CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096
CONFIG_FREERTOS_UNICORE=n
CONFIG_FREERTOS_HZ=1000
CONFIG_FREERTOS_IN_IRAM=y
CONFIG_ESP_INT_WDT=n
CONFIG_ESP_TASK_WDT_EN=n