linker.lf 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. [mapping:hal]
  2. archive: libhal.a
  3. entries:
  4. mmu_hal (noflash)
  5. if IDF_TARGET_ESP32 = n:
  6. cache_hal (noflash)
  7. spi_hal_iram (noflash)
  8. spi_slave_hal_iram (noflash)
  9. if UART_ISR_IN_IRAM = y || ESP_PANIC_HANDLER_IRAM = y:
  10. uart_hal_iram (noflash)
  11. else:
  12. uart_hal_iram (default)
  13. spi_flash_hal_iram (noflash)
  14. spi_flash_encrypt_hal_iram (noflash)
  15. ledc_hal_iram (noflash)
  16. i2c_hal_iram (noflash)
  17. if HAL_WDT_USE_ROM_IMPL = n:
  18. wdt_hal_iram (noflash)
  19. if SOC_SYSTIMER_SUPPORTED = y && HAL_SYSTIMER_USE_ROM_IMPL = n:
  20. systimer_hal (noflash)
  21. if TWAI_ISR_IN_IRAM = y:
  22. twai_hal_iram (noflash)
  23. if IDF_TARGET_ESP32 = n:
  24. spi_flash_hal_gpspi (noflash)
  25. if GPTIMER_CTRL_FUNC_IN_IRAM = y:
  26. timer_hal_iram (noflash)
  27. if GPIO_CTRL_FUNC_IN_IRAM = y:
  28. gpio_hal: gpio_hal_intr_disable (noflash)
  29. if LCD_RGB_ISR_IRAM_SAFE = y:
  30. lcd_hal: lcd_hal_cal_pclk_freq (noflash)
  31. if ADC_ONESHOT_CTRL_FUNC_IN_IRAM = y:
  32. adc_oneshot_hal (noflash)
  33. adc_hal_common: get_controller (noflash)
  34. adc_hal_common: adc_hal_set_controller (noflash)
  35. if SOC_ADC_ARBITER_SUPPORTED = y:
  36. adc_hal_common: adc_hal_arbiter_config (noflash)
  37. if SOC_ADC_CALIBRATION_V1_SUPPORTED = y:
  38. adc_hal_common: adc_hal_set_calibration_param (noflash)
  39. adc_hal_common: adc_hal_calibration_init (noflash)
  40. if ADC_CONTINUOUS_ISR_IRAM_SAFE = y:
  41. adc_hal: adc_hal_get_reading_result (noflash)
  42. adc_hal: adc_hal_digi_start (noflash)
  43. adc_hal: adc_hal_digi_dma_link_descriptors (noflash)
  44. adc_hal: adc_hal_digi_stop (noflash)
  45. if IDF_TARGET_ESP32 = y || IDF_TARGET_ESP32S2 = y:
  46. adc_hal: adc_hal_check_event (noflash)
  47. adc_hal: adc_hal_digi_clr_intr (noflash)
  48. adc_hal: adc_hal_get_desc_addr (noflash)