linker.lf 497 B

123456789101112
  1. [mapping:driver]
  2. archive: libdriver.a
  3. entries:
  4. if SDM_CTRL_FUNC_IN_IRAM = y:
  5. sdm: sdm_channel_set_pulse_density (noflash)
  6. if ANA_CMPR_CTRL_FUNC_IN_IRAM = y:
  7. ana_cmpr: ana_cmpr_set_internal_reference (noflash)
  8. ana_cmpr: ana_cmpr_set_debounce (noflash)
  9. ana_cmpr: ana_cmpr_set_cross_type (noflash)
  10. if DAC_CTRL_FUNC_IN_IRAM = y:
  11. dac_oneshot: dac_oneshot_output_voltage (noflash)
  12. dac_continuous: dac_continuous_write_asynchronously (noflash)