Преглед изворни кода

esp_wifi: ESP32 phy add [sections:phy_iram]

xiehang пре 5 година
родитељ
комит
37ce175bb5
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      components/esp32/ld/esp32_fragments.lf

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

@@ -52,6 +52,10 @@ entries:
 entries:
     .wifirxiram+
 
+[sections:phy_iram]
+entries:
+    .phyiram+
+
 [scheme:default]
 entries:
     if APP_BUILD_USE_FLASH_SECTIONS = y:
@@ -71,6 +75,7 @@ entries:
     rtc_bss -> rtc_bss
     wifi_iram -> flash_text
     wifi_rx_iram -> flash_text
+    phy_iram -> flash_text
 
 [scheme:rtc]
 entries:
@@ -100,3 +105,7 @@ entries:
 [scheme:wifi_rx_iram]
 entries:
     wifi_rx_iram -> iram0_text
+
+[scheme:phy_iram]
+entries:
+    phy_iram -> iram0_text