linker.lf 1.0 KB

12345678910111213141516171819202122232425
  1. [mapping:esp_adc]
  2. archive: libesp_adc.a
  3. entries:
  4. if ADC_ONESHOT_CTRL_FUNC_IN_IRAM = y:
  5. adc_oneshot: adc_oneshot_read_isr (noflash)
  6. [mapping:adc_hal]
  7. archive: libhal.a
  8. entries:
  9. if ADC_ONESHOT_CTRL_FUNC_IN_IRAM = y:
  10. adc_oneshot_hal (noflash)
  11. if COMPILER_OPTIMIZATION_DEBUG = y:
  12. adc_hal_common: get_controller (noflash)
  13. adc_hal_common: adc_hal_set_controller (noflash)
  14. if SOC_ADC_ARBITER_SUPPORTED = y:
  15. adc_hal_common: adc_hal_arbiter_config (noflash)
  16. if SOC_ADC_CALIBRATION_V1_SUPPORTED = y:
  17. adc_hal_common: adc_hal_set_calibration_param (noflash)
  18. adc_hal_common: adc_hal_calibration_init (noflash)
  19. if ADC_CONTINUOUS_ISR_IRAM_SAFE = y || GDMA_ISR_IRAM_SAFE = y:
  20. adc_hal: adc_hal_get_reading_result (noflash)
  21. if IDF_TARGET_ESP32 = y || IDF_TARGET_ESP32S2 = y:
  22. adc_hal: adc_hal_check_event (noflash)
  23. adc_hal: adc_hal_digi_clr_intr (noflash)
  24. adc_hal: adc_hal_get_desc_addr (noflash)