linker.lf 859 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_periph (noflash_text)
  11. rtc_pm (noflash_text)
  12. rtc_sleep (noflash_text)
  13. rtc_time (noflash_text)
  14. rtc_wdt (noflash_text)
  15. spi_hal_iram (noflash)
  16. spi_slave_hal_iram (noflash)
  17. if UART_ISR_IN_IRAM = y:
  18. uart_hal_iram (noflash)
  19. else:
  20. uart_hal_iram (default)
  21. spi_flash_hal_iram (noflash)
  22. ledc_hal_iram (noflash)
  23. i2c_hal_iram (noflash)
  24. spi_flash_hal_gpspi (noflash)
  25. lldesc (noflash)
  26. cpu_hal (noflash)
  27. soc_hal (noflash)
  28. wdt_hal_iram (noflash)
  29. systimer_hal (noflash)
  30. if TWAI_ISR_IN_IRAM = y:
  31. twai_hal_iram (noflash)
  32. else:
  33. twai_hal_iram (default)