mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 03:48:49 +00:00
Merge branch 'fix/c6_phylib_for_modem_state_v5.3' into 'release/v5.3'
fix(esp_phy): fix c6 modem state (v5.3) See merge request espressif/esp-idf!40870
This commit is contained in:
Submodule components/esp_phy/lib updated: fc76520d48...96a56a29a3
@@ -10,12 +10,29 @@ if IDF_TARGET_ESP32 = y:
|
|||||||
entries:
|
entries:
|
||||||
.phyiram+
|
.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]
|
[mapping:phy]
|
||||||
archive: libphy.a
|
archive: libphy.a
|
||||||
entries:
|
entries:
|
||||||
* (noflash_data)
|
* (noflash_data)
|
||||||
if IDF_TARGET_ESP32 = y:
|
if IDF_TARGET_ESP32 = y:
|
||||||
* (phy_iram)
|
* (phy_iram)
|
||||||
|
if IDF_TARGET_ESP32C2 = y:
|
||||||
|
* (phy_iram)
|
||||||
|
|
||||||
[mapping:rtc]
|
[mapping:rtc]
|
||||||
archive: librtc.a
|
archive: librtc.a
|
||||||
|
Reference in New Issue
Block a user