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:
|
||||
[scheme:phy_iram]
|
||||
entries:
|
||||
if ESP_WIFI_SLP_IRAM_OPT = y:
|
||||
phy_iram -> iram0_text
|
||||
else:
|
||||
phy_iram -> flash_text
|
||||
|
||||
[sections:phy_iram]
|
||||
entries:
|
||||
@ -11,7 +14,7 @@ if IDF_TARGET_ESP32 = y:
|
||||
archive: libphy.a
|
||||
entries:
|
||||
* (noflash_data)
|
||||
if ESP_WIFI_SLP_IRAM_OPT = y && IDF_TARGET_ESP32 = y:
|
||||
if IDF_TARGET_ESP32 = y:
|
||||
* (phy_iram)
|
||||
|
||||
[mapping:rtc]
|
||||
|
Reference in New Issue
Block a user