linker.lf 557 B

123456789101112131415161718
  1. [mapping:esp_hw_support]
  2. archive: libesp_hw_support.a
  3. entries:
  4. cpu_util (noflash_text)
  5. if IDF_TARGET_ESP32S2 = y:
  6. regi2c_ctrl (noflash)
  7. rtc_clk (noflash)
  8. rtc_init:rtc_vddsdio_set_config (noflash)
  9. rtc_pm (noflash_text)
  10. rtc_sleep (noflash_text)
  11. rtc_time (noflash_text)
  12. if IDF_TARGET_ESP32C3 = n && IDF_TARGET_ESP32H2 = n:
  13. rtc_wdt (noflash_text)
  14. if IDF_TARGET_ESP32S3 = y:
  15. if SPIRAM_MODE_QUAD = y:
  16. spiram_psram (noflash)
  17. if SPIRAM_MODE_OCT = y:
  18. opiram_psram (noflash)