Skip to content

Commit 831ecd4

Browse files
sylvioalvescarlescufi
authored andcommitted
driver: wifi: esp32: disable optimization by default
Do not set wifi optimizations by default in order to free up IRAM room region. In case higher throutput is necessary, one can enable this flags to optmize it. Signed-off-by: Sylvio Alves <[email protected]>
1 parent b7b8830 commit 831ecd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/wifi/esp32/Kconfig.esp32

-2
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,13 @@ config ESP32_WIFI_SW_COEXIST_ENABLE
219219

220220
config ESP32_WIFI_IRAM_OPT
221221
bool "WiFi IRAM speed optimization"
222-
default y
223222
help
224223
Select this option to place frequently called Wi-Fi library functions in IRAM.
225224
When this option is disabled, more than 10Kbytes of IRAM memory will be saved
226225
but Wi-Fi throughput will be reduced.
227226

228227
config ESP32_WIFI_RX_IRAM_OPT
229228
bool "WiFi RX IRAM speed optimization"
230-
default y
231229
help
232230
Select this option to place frequently called Wi-Fi library RX functions in IRAM.
233231
When this option is disabled, more than 17Kbytes of IRAM memory will be saved

0 commit comments

Comments
 (0)