linker.lf 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. [mapping:esp_hw_support]
  2. archive: libesp_hw_support.a
  3. entries:
  4. cpu: esp_cpu_stall (noflash)
  5. cpu: esp_cpu_unstall (noflash)
  6. cpu: esp_cpu_reset (noflash)
  7. cpu: esp_cpu_wait_for_intr (noflash)
  8. if ESP_PANIC_HANDLER_IRAM = y:
  9. cpu: esp_cpu_set_breakpoint (noflash)
  10. cpu: esp_cpu_clear_breakpoint (noflash)
  11. cpu: esp_cpu_set_watchpoint (noflash)
  12. cpu: esp_cpu_clear_watchpoint (noflash)
  13. cpu: esp_cpu_compare_and_set (noflash)
  14. esp_memory_utils (noflash)
  15. rtc_clk (noflash)
  16. rtc_init:rtc_vddsdio_set_config (noflash)
  17. rtc_pm (noflash_text)
  18. rtc_sleep (noflash_text)
  19. rtc_time (noflash_text)
  20. if IDF_TARGET_ESP32 = y || IDF_TARGET_ESP32S2 = y:
  21. rtc_wdt (noflash_text)
  22. if PERIPH_CTRL_FUNC_IN_IRAM = y:
  23. periph_ctrl: periph_module_reset (noflash)
  24. periph_ctrl: wifi_module_enable (noflash)
  25. periph_ctrl: wifi_module_disable (noflash)
  26. if GDMA_CTRL_FUNC_IN_IRAM = y:
  27. gdma: gdma_start (noflash)
  28. gdma: gdma_stop (noflash)
  29. gdma: gdma_append (noflash)
  30. gdma: gdma_reset (noflash)
  31. if SOC_SYSTIMER_SUPPORTED = y:
  32. systimer (noflash)