linker.lf 866 B

123456789101112131415161718192021222324252627282930313233
  1. [mapping:soc]
  2. archive: libsoc.a
  3. entries:
  4. cpu_util (noflash_text)
  5. if IDF_TARGET_ESP32S2 = y:
  6. regi2c_ctrl (noflash)
  7. rtc_clk (noflash)
  8. rtc_clk_init (noflash_text)
  9. rtc_init (noflash_text)
  10. rtc_pm (noflash_text)
  11. rtc_sleep (noflash_text)
  12. rtc_time (noflash_text)
  13. rtc_wdt (noflash_text)
  14. spi_hal_iram (noflash)
  15. spi_slave_hal_iram (noflash)
  16. if UART_ISR_IN_IRAM = y:
  17. uart_hal_iram (noflash)
  18. else:
  19. uart_hal_iram (default)
  20. spi_flash_hal_iram (noflash)
  21. ledc_hal_iram (noflash)
  22. i2c_hal_iram (noflash)
  23. lldesc (noflash)
  24. cpu_hal (noflash)
  25. soc_hal (noflash)
  26. wdt_hal_iram (noflash)
  27. if TWAI_ISR_IN_IRAM = y:
  28. twai_hal_iram (noflash)
  29. else:
  30. twai_hal_iram (default)
  31. if IDF_TARGET_ESP32 = n:
  32. spi_flash_hal_gpspi (noflash)
  33. systimer_hal (noflash)