1[mapping:esp_psram]
2archive: libesp_psram.a
3entries:
4
5    if SPIRAM = y:
6        if SPIRAM_MODE_QUAD = y:
7            if IDF_TARGET_ESP32S3 = y:
8                esp_psram_impl_quad (noflash)
9
10        if IDF_TARGET_ESP32S3 = y:
11            if SPIRAM_MODE_OCT = y:
12                esp_psram_impl_octal (noflash)
13
14        if IDF_TARGET_ESP32S2 = y || IDF_TARGET_ESP32S3 = y:
15            mmu_psram_flash (noflash)
16