Merge branch 'bugfix/tw28146_make_wifi_iram_optimization_configurable' into 'master'

esp32: make WiFi IRAM optimization configurable

See merge request idf/esp-idf!4037
This commit is contained in:
Angus Gratton
2019-02-27 16:33:05 +08:00
4 changed files with 31 additions and 1 deletions

View File

@@ -1205,6 +1205,14 @@ menu Wi-Fi
bool "WiFi Debug Log Submodule Scan"
default n
config ESP32_WIFI_IRAM_OPT
bool "WiFi IRAM speed optimization"
default y
help
Select this option to place frequently called Wi-Fi library functions in IRAM.
When this option is disabled, more than 10Kbytes of IRAM memory will be saved
but Wi-Fi throughput will be reduced.
endmenu # Wi-Fi
menu PHY