Browse Source

esp_wifi: ESP32 phy add [sections:phy_iram]

xiehang 5 years ago
parent
commit
07ca98b5f0
1 changed files with 9 additions and 0 deletions
  1. 9 0
      components/esp32/ld/esp32_fragments.lf

+ 9 - 0
components/esp32/ld/esp32_fragments.lf

@@ -60,6 +60,10 @@ entries:
 entries:
     .wifirxiram+
 
+[sections:phy_iram]
+entries:
+    .phyiram+
+
 [scheme:default]
 entries:
     if APP_BUILD_USE_FLASH_SECTIONS = y:
@@ -81,6 +85,7 @@ entries:
     rtc_bss -> rtc_bss
     wifi_iram -> flash_text
     wifi_rx_iram -> flash_text
+    phy_iram -> flash_text
 
 [scheme:rtc]
 entries:
@@ -110,3 +115,7 @@ entries:
 [scheme:wifi_rx_iram]
 entries:
     wifi_rx_iram -> iram0_text
+
+[scheme:phy_iram]
+entries:
+    phy_iram -> iram0_text