mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
76c20ab9b3
With this feature, the WiFi IRAM optimization can be disabled/enabled via menuconfig.
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
/* Link WiFi library .wifi0iram sections to IRAM
|
|
if this snippet is included */
|
|
*libnet80211.a:( .wifi0iram .wifi0iram.*)
|
|
*libpp.a:( .wifi0iram .wifi0iram.*)
|