fdcavalcanti commented on code in PR #15853: URL: https://github.com/apache/nuttx/pull/15853#discussion_r1959599259
########## arch/xtensa/src/common/espressif/Kconfig: ########## @@ -720,6 +724,13 @@ config ESPRESSIF_WIFI_LISTEN_INTERVAL For example, if beacon interval is 100 ms and listen interval is 3, the interval for station to listen to beacon is 300 ms. +config ESPRESSIF_WIFI_WLAN_BUFFER_OPTIMIZATION + bool "Enable optimization of WLAN driver buffer" + default n + depends on ARCH_CHIP_ESP32 + ---help--- + Enable optimization of WLAN memory Review Comment: It's actually disabled by default. Those are used for dynamic allocation of the buffers used on the WiFi. Seems to be a legacy thing from ESP32. In fact, this will be **probably** removed soon as I'm testing an upgrade on `esp_wlan.c` to use IOBs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org