mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
esp_wifi: Turn off wifi iram optimization by default, when using both Bluetooth and psram
This commit is contained in:
@@ -309,8 +309,8 @@ menu "Wi-Fi"
|
|||||||
default n
|
default n
|
||||||
|
|
||||||
config ESP32_WIFI_IRAM_OPT
|
config ESP32_WIFI_IRAM_OPT
|
||||||
depends on !(BT_ENABLED && ESP32_SPIRAM_SUPPORT)
|
|
||||||
bool "WiFi IRAM speed optimization"
|
bool "WiFi IRAM speed optimization"
|
||||||
|
default n if (BT_ENABLED && ESP32_SPIRAM_SUPPORT)
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Select this option to place frequently called Wi-Fi library functions in IRAM.
|
Select this option to place frequently called Wi-Fi library functions in IRAM.
|
||||||
@@ -318,8 +318,8 @@ menu "Wi-Fi"
|
|||||||
but Wi-Fi throughput will be reduced.
|
but Wi-Fi throughput will be reduced.
|
||||||
|
|
||||||
config ESP32_WIFI_RX_IRAM_OPT
|
config ESP32_WIFI_RX_IRAM_OPT
|
||||||
depends on !(BT_ENABLED && ESP32_SPIRAM_SUPPORT)
|
|
||||||
bool "WiFi RX IRAM speed optimization"
|
bool "WiFi RX IRAM speed optimization"
|
||||||
|
default n if (BT_ENABLED && ESP32_SPIRAM_SUPPORT)
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Select this option to place frequently called Wi-Fi library RX functions in IRAM.
|
Select this option to place frequently called Wi-Fi library RX functions in IRAM.
|
||||||
|
Reference in New Issue
Block a user