mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(examples): add CONFIG_FREERTOS_IN_IRAM to iperf examples
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user