1[sections:coex_iram]
2entries:
3    .coexiram+
4
5[sections:coex_sleep_iram]
6entries:
7    .coexsleepiram+
8
9[scheme:coex_iram_config]
10entries:
11    if ESP_WIFI_IRAM_OPT = y:
12        coex_iram -> iram0_text
13    else:
14        coex_iram -> flash_text
15    if ESP_WIFI_SLP_IRAM_OPT = y:
16        coex_sleep_iram -> iram0_text
17    else:
18        coex_sleep_iram -> flash_text
19
20[mapping:coexist]
21archive: libcoexist.a
22entries:
23    * (coex_iram_config)
24