1if IDF_TARGET_ESP32 = y:
2    [scheme:phy_iram]
3    entries:
4        phy_iram -> iram0_text
5
6    [sections:phy_iram]
7    entries:
8        .phyiram+
9
10[mapping:phy]
11archive: libphy.a
12entries:
13    * (noflash_data)
14    if ESP_WIFI_SLP_IRAM_OPT = y && IDF_TARGET_ESP32 = y:
15        * (phy_iram)
16
17[mapping:rtc]
18archive: librtc.a
19entries:
20    * (noflash_text)
21
22[mapping:esp_phy]
23archive: libesp_phy.a
24entries:
25    if ESP_WIFI_SLP_IRAM_OPT =y:
26        phy_init:esp_phy_enable (noflash)
27        phy_init:esp_phy_disable (noflash)
28        phy_init:esp_wifi_bt_power_domain_off (noflash)
29