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 <sylvio.alves@espressif.com>
This commit is contained in:
parent
b7b8830c7c
commit
831ecd4096
1 changed files with 0 additions and 2 deletions
|
@ -219,7 +219,6 @@ config ESP32_WIFI_SW_COEXIST_ENABLE
|
|||
|
||||
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
|
||||
|
@ -227,7 +226,6 @@ config ESP32_WIFI_IRAM_OPT
|
|||
|
||||
config ESP32_WIFI_RX_IRAM_OPT
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue