feat(coex): rename coexist sections

pull/12501/merge
liuning 2023-10-26 20:22:09 +08:00
rodzic 30eb2918c6
commit aec27052b6
1 zmienionych plików z 20 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,23 @@
[sections:coex_iram]
entries:
.coexiram+
[sections:coex_sleep_iram]
entries:
.coexsleepiram+
[scheme:coex_iram_config]
entries:
if ESP_WIFI_IRAM_OPT = y:
coex_iram -> iram0_text
else:
coex_iram -> flash_text
if ESP_WIFI_SLP_IRAM_OPT = y:
coex_sleep_iram -> iram0_text
else:
coex_sleep_iram -> flash_text
[mapping:coexist]
archive: libcoexist.a
entries:
if ESP_WIFI_SLP_IRAM_OPT = y:
* (wifi_slp_iram)
* (coex_iram_config)