Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_task_wdt_in_mplen_clear_v5.1' into 'release/…
Browse files Browse the repository at this point in the history
…v5.1'

fix(wifi):fix issues that in mplen clear and esp_wifi_set_mode(Backport v5.1)

See merge request espressif/esp-idf!29530
  • Loading branch information
jack0c committed Mar 12, 2024
2 parents b0fb3bb + 52224d1 commit e524ab1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
2 changes: 0 additions & 2 deletions examples/wifi/iperf/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ CONFIG_LWIP_TCPIP_TASK_PRIO=23

CONFIG_IPERF_TRAFFIC_TASK_PRIORITY=23
CONFIG_IPERF_REPORT_TASK_PRIORITY=24
CONFIG_LWIP_TCPIP_CORE_LOCKING=y
CONFIG_LWIP_TCPIP_CORE_LOCKING_INPUT=y
CONFIG_COMPILER_OPTIMIZATION_PERF=y
3 changes: 3 additions & 0 deletions examples/wifi/iperf/sdkconfig.defaults.esp32c2
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=120

CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_ESPTOOLPY_FLASHFREQ_60M=y

CONFIG_LWIP_TCPIP_CORE_LOCKING=y
CONFIG_LWIP_TCPIP_CORE_LOCKING_INPUT=y
3 changes: 3 additions & 0 deletions examples/wifi/iperf/sdkconfig.defaults.esp32c3
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=160

CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y

CONFIG_LWIP_TCPIP_CORE_LOCKING=y
CONFIG_LWIP_TCPIP_CORE_LOCKING_INPUT=y
3 changes: 3 additions & 0 deletions examples/wifi/iperf/sdkconfig.defaults.esp32c6
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ CONFIG_ESP_WIFI_ENABLE_WIFI_TX_STATS=n
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION=y

CONFIG_LWIP_TCPIP_CORE_LOCKING=y
CONFIG_LWIP_TCPIP_CORE_LOCKING_INPUT=y
3 changes: 3 additions & 0 deletions examples/wifi/iperf/sdkconfig.defaults.esp32s2
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
CONFIG_ESP32S2_INSTRUCTION_CACHE_16KB=y
CONFIG_ESP32S2_INSTRUCTION_CACHE_LINE_16B=y
CONFIG_ESP32S2_INSTRUCTION_CACHE_WRAP=y

CONFIG_LWIP_TCPIP_CORE_LOCKING=y
CONFIG_LWIP_TCPIP_CORE_LOCKING_INPUT=y

0 comments on commit e524ab1

Please sign in to comment.