mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 11:59:04 +00:00
Merge branch 'fix/c6_phylib_for_modem_state_v5.1' into 'release/v5.1'
fix(esp_phy): fix c6 modem state (v5.1) See merge request espressif/esp-idf!40872
This commit is contained in:
Submodule components/esp_phy/lib updated: fc76520d48...96a56a29a3
@@ -7,12 +7,29 @@ if IDF_TARGET_ESP32 = y:
|
||||
entries:
|
||||
.phyiram+
|
||||
|
||||
if IDF_TARGET_ESP32C2 = y:
|
||||
[scheme:phy_iram]
|
||||
entries:
|
||||
phy_iram -> iram0_text
|
||||
|
||||
[sections:phy_iram]
|
||||
entries:
|
||||
.phyiram+
|
||||
|
||||
[mapping:btbb]
|
||||
archive: libbtbb.a
|
||||
entries:
|
||||
if IDF_TARGET_ESP32C2 = y:
|
||||
* (phy_iram)
|
||||
|
||||
[mapping:phy]
|
||||
archive: libphy.a
|
||||
entries:
|
||||
* (noflash_data)
|
||||
if ESP_WIFI_SLP_IRAM_OPT = y && IDF_TARGET_ESP32 = y:
|
||||
* (phy_iram)
|
||||
if IDF_TARGET_ESP32C2 = y:
|
||||
* (phy_iram)
|
||||
|
||||
[mapping:rtc]
|
||||
archive: librtc.a
|
||||
|
Reference in New Issue
Block a user