mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
24 lines
437 B
Plaintext
24 lines
437 B
Plaintext
[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:
|
|
* (coex_iram_config)
|