linker.lf 427 B

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