esp-idf/components/esp_wifi/linker.lf
Angus Gratton 66fb5a29bb Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.

(Line endings, blank lines at end of file, trailing whitespace)
2020-11-11 07:36:35 +00:00

28 lines
447 B
Plaintext

[mapping:phy]
archive: libphy.a
entries:
* (noflash_data)
[mapping:rtc]
archive: librtc.a
entries:
* (noflash_text)
[mapping:pp]
archive: libpp.a
entries:
if ESP32_WIFI_IRAM_OPT = y:
* (wifi_iram)
if ESP32_WIFI_RX_IRAM_OPT = y:
* (wifi_rx_iram)
[mapping:net80211]
archive: libnet80211.a
entries:
if ESP32_WIFI_IRAM_OPT = y:
* (wifi_iram)
if ESP32_WIFI_RX_IRAM_OPT = y:
* (wifi_rx_iram)