linker.lf 831 B

12345678910111213141516171819202122
  1. [mapping:driver]
  2. archive: libdriver.a
  3. entries:
  4. if GPTIMER_CTRL_FUNC_IN_IRAM = y:
  5. gptimer: gptimer_set_raw_count (noflash)
  6. gptimer: gptimer_get_raw_count (noflash)
  7. gptimer: gptimer_set_alarm_action (noflash)
  8. gptimer: gptimer_start (noflash)
  9. gptimer: gptimer_stop (noflash)
  10. if GDMA_CTRL_FUNC_IN_IRAM = y:
  11. gdma: gdma_start (noflash)
  12. gdma: gdma_stop (noflash)
  13. gdma: gdma_append (noflash)
  14. gdma: gdma_reset (noflash)
  15. if PCNT_CTRL_FUNC_IN_IRAM = y:
  16. pulse_cnt: pcnt_unit_start (noflash)
  17. pulse_cnt: pcnt_unit_stop (noflash)
  18. pulse_cnt: pcnt_unit_clear_count (noflash)
  19. pulse_cnt: pcnt_unit_get_count (noflash)
  20. if GPIO_CTRL_FUNC_IN_IRAM = y:
  21. gpio: gpio_set_level (noflash)
  22. gpio: gpio_intr_disable (noflash)