linker.lf 1.0 KB

12345678910111213141516171819202122232425
  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_get_captured_count (noflash)
  8. gptimer: gptimer_set_alarm_action (noflash)
  9. gptimer: gptimer_start (noflash)
  10. gptimer: gptimer_stop (noflash)
  11. if PCNT_CTRL_FUNC_IN_IRAM = y:
  12. pulse_cnt: pcnt_unit_start (noflash)
  13. pulse_cnt: pcnt_unit_stop (noflash)
  14. pulse_cnt: pcnt_unit_clear_count (noflash)
  15. pulse_cnt: pcnt_unit_get_count (noflash)
  16. if GPIO_CTRL_FUNC_IN_IRAM = y:
  17. gpio: gpio_set_level (noflash)
  18. gpio: gpio_intr_disable (noflash)
  19. if SDM_CTRL_FUNC_IN_IRAM = y:
  20. sdm: sdm_channel_set_duty (noflash)
  21. if DAC_CTRL_FUNC_IN_IRAM = y:
  22. dac_oneshot: dac_oneshot_output_voltage (noflash)
  23. dac_continuous: dac_continuous_write_asynchronously (noflash)
  24. if MCPWM_CTRL_FUNC_IN_IRAM = y:
  25. mcpwm_cmpr: mcpwm_comparator_set_compare_value (noflash)