mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'bugfix/libphy_orphaned_sections' into 'master'
fix(lf): fix orphaned .phyiram sections Closes WIFI-6279 See merge request espressif/esp-idf!26295
This commit is contained in:
@ -1,7 +1,10 @@
|
|||||||
if IDF_TARGET_ESP32 = y:
|
if IDF_TARGET_ESP32 = y:
|
||||||
[scheme:phy_iram]
|
[scheme:phy_iram]
|
||||||
entries:
|
entries:
|
||||||
|
if ESP_WIFI_SLP_IRAM_OPT = y:
|
||||||
phy_iram -> iram0_text
|
phy_iram -> iram0_text
|
||||||
|
else:
|
||||||
|
phy_iram -> flash_text
|
||||||
|
|
||||||
[sections:phy_iram]
|
[sections:phy_iram]
|
||||||
entries:
|
entries:
|
||||||
@ -11,7 +14,7 @@ if IDF_TARGET_ESP32 = y:
|
|||||||
archive: libphy.a
|
archive: libphy.a
|
||||||
entries:
|
entries:
|
||||||
* (noflash_data)
|
* (noflash_data)
|
||||||
if ESP_WIFI_SLP_IRAM_OPT = y && IDF_TARGET_ESP32 = y:
|
if IDF_TARGET_ESP32 = y:
|
||||||
* (phy_iram)
|
* (phy_iram)
|
||||||
|
|
||||||
[mapping:rtc]
|
[mapping:rtc]
|
||||||
|
Reference in New Issue
Block a user