|
|
@@ -309,6 +309,7 @@ menu "Wi-Fi"
|
|
|
default n
|
|
|
|
|
|
config ESP32_WIFI_IRAM_OPT
|
|
|
+ depends on !(BT_ENABLED && ESP32_SPIRAM_SUPPORT)
|
|
|
bool "WiFi IRAM speed optimization"
|
|
|
default y
|
|
|
help
|
|
|
@@ -316,6 +317,15 @@ menu "Wi-Fi"
|
|
|
When this option is disabled, more than 10Kbytes of IRAM memory will be saved
|
|
|
but Wi-Fi throughput will be reduced.
|
|
|
|
|
|
+ config ESP32_WIFI_RX_IRAM_OPT
|
|
|
+ depends on !(BT_ENABLED && ESP32_SPIRAM_SUPPORT)
|
|
|
+ bool "WiFi RX IRAM speed optimization"
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ Select this option to place frequently called Wi-Fi library RX functions in IRAM.
|
|
|
+ When this option is disabled, more than 17Kbytes of IRAM memory will be saved
|
|
|
+ but Wi-Fi performance will be reduced.
|
|
|
+
|
|
|
endmenu # Wi-Fi
|
|
|
|
|
|
menu "PHY"
|