linker.lf 974 B

1234567891011121314151617181920212223
  1. [mapping:driver]
  2. archive: libdriver.a
  3. entries:
  4. if PCNT_CTRL_FUNC_IN_IRAM = y:
  5. pulse_cnt: pcnt_unit_start (noflash)
  6. pulse_cnt: pcnt_unit_stop (noflash)
  7. pulse_cnt: pcnt_unit_clear_count (noflash)
  8. pulse_cnt: pcnt_unit_get_count (noflash)
  9. if SDM_CTRL_FUNC_IN_IRAM = y:
  10. sdm: sdm_channel_set_pulse_density (noflash)
  11. if ANA_CMPR_CTRL_FUNC_IN_IRAM = y:
  12. ana_cmpr: ana_cmpr_set_internal_reference (noflash)
  13. ana_cmpr: ana_cmpr_set_debounce (noflash)
  14. ana_cmpr: ana_cmpr_set_cross_type (noflash)
  15. if DAC_CTRL_FUNC_IN_IRAM = y:
  16. dac_oneshot: dac_oneshot_output_voltage (noflash)
  17. dac_continuous: dac_continuous_write_asynchronously (noflash)
  18. if MCPWM_CTRL_FUNC_IN_IRAM = y:
  19. mcpwm_cmpr: mcpwm_comparator_set_compare_value (noflash)
  20. if LEDC_CTRL_FUNC_IN_IRAM = y:
  21. ledc: ledc_stop (noflash)
  22. ledc: ledc_update_duty (noflash)
  23. ledc: _ledc_update_duty (noflash)