linker.lf 734 B

12345678910111213141516171819
  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 PCNT_CTRL_FUNC_IN_IRAM = y:
  11. pulse_cnt: pcnt_unit_start (noflash)
  12. pulse_cnt: pcnt_unit_stop (noflash)
  13. pulse_cnt: pcnt_unit_clear_count (noflash)
  14. pulse_cnt: pcnt_unit_get_count (noflash)
  15. if GPIO_CTRL_FUNC_IN_IRAM = y:
  16. gpio: gpio_set_level (noflash)
  17. gpio: gpio_intr_disable (noflash)
  18. if SDM_CTRL_FUNC_IN_IRAM = y:
  19. sdm: sdm_channel_set_duty (noflash)