linker.lf 658 B

12345678910111213141516171819202122232425
  1. [mapping:soc]
  2. archive: libsoc.a
  3. entries:
  4. cpu_util (noflash_text)
  5. rtc_clk (noflash)
  6. rtc_clk_init (noflash_text)
  7. rtc_init (noflash_text)
  8. rtc_pm (noflash_text)
  9. rtc_sleep (noflash_text)
  10. rtc_time (noflash_text)
  11. rtc_wdt (noflash_text)
  12. spi_hal_iram (noflash_text)
  13. spi_slave_hal_iram (noflash_text)
  14. if UART_ISR_IN_IRAM = y:
  15. uart_hal_iram (noflash_text)
  16. else:
  17. uart_hal_iram (default)
  18. spi_flash_hal_iram (noflash)
  19. ledc_hal_iram (noflash_text)
  20. i2c_hal_iram (noflash)
  21. lldesc (noflash_text)
  22. if CAN_ISR_IN_IRAM = y:
  23. can_hal_iram (noflash)
  24. else:
  25. can_hal_iram (default)