esp32: make WiFi IRAM optimization configurable

With this feature, the WiFi IRAM optimization can be disabled/enabled via menuconfig.
This commit is contained in:
Liu Zhi Fu
2018-12-27 20:53:45 +08:00
parent 28f5ca2371
commit 711173b3d6
4 changed files with 31 additions and 1 deletions
+13
View File
@@ -27,3 +27,16 @@ entries:
archive: libgcov.a
entries:
* (noflash)
[mapping]
archive: libpp.a
entries:
: ESP32_WIFI_IRAM_OPT = y
* (wifi_iram)
[mapping]
archive: libnet80211.a
entries:
: ESP32_WIFI_IRAM_OPT = y
* (wifi_iram)