2022-05-11 10:32:56 +08:00
|
|
|
[mapping:esp_psram]
|
|
|
|
archive: libesp_psram.a
|
|
|
|
entries:
|
|
|
|
|
|
|
|
if SPIRAM = y:
|
|
|
|
if SPIRAM_MODE_QUAD = y:
|
2024-07-10 12:03:39 +08:00
|
|
|
if IDF_TARGET_ESP32 = n && IDF_TARGET_ESP32S2 = n:
|
|
|
|
esp_psram_impl_ap_quad (noflash)
|
2022-05-11 10:32:56 +08:00
|
|
|
|
|
|
|
if IDF_TARGET_ESP32S3 = y:
|
|
|
|
if SPIRAM_MODE_OCT = y:
|
|
|
|
esp_psram_impl_octal (noflash)
|
|
|
|
|
|
|
|
if IDF_TARGET_ESP32S2 = y || IDF_TARGET_ESP32S3 = y:
|
2022-08-19 17:31:32 +08:00
|
|
|
mmu_psram_flash (noflash)
|
2023-08-28 10:20:56 +08:00
|
|
|
|
|
|
|
if SPIRAM_MODE_HEX = y:
|
|
|
|
esp_psram_impl_ap_hex (noflash)
|
2024-05-10 16:11:39 +08:00
|
|
|
|
|
|
|
if SPIRAM_FLASH_LOAD_TO_PSRAM = y:
|
|
|
|
esp_psram_impl_ap_hex (noflash)
|
|
|
|
mmu_psram_flash_v2 (noflash)
|
|
|
|
esp_psram: esp_psram_init (noflash)
|
|
|
|
esp_psram: s_psram_chip_init (noflash)
|
|
|
|
esp_psram: s_xip_psram_placement (noflash)
|