mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
16 lines
410 B
Plaintext
16 lines
410 B
Plaintext
[mapping:esp_psram]
|
|
archive: libesp_psram.a
|
|
entries:
|
|
|
|
if SPIRAM = y:
|
|
if SPIRAM_MODE_QUAD = y:
|
|
if IDF_TARGET_ESP32S3 = y:
|
|
esp_psram_impl_quad (noflash)
|
|
|
|
if IDF_TARGET_ESP32S3 = y:
|
|
if SPIRAM_MODE_OCT = y:
|
|
esp_psram_impl_octal (noflash)
|
|
|
|
if IDF_TARGET_ESP32S2 = y || IDF_TARGET_ESP32S3 = y:
|
|
mmu_psram_flash (noflash)
|