linker.lf 708 B

123456789101112131415161718192021222324
  1. [mapping:hal]
  2. archive: libhal.a
  3. entries:
  4. spi_hal_iram (noflash)
  5. spi_slave_hal_iram (noflash)
  6. if UART_ISR_IN_IRAM = y || ESP_PANIC_HANDLER_IRAM = y:
  7. uart_hal_iram (noflash)
  8. else:
  9. uart_hal_iram (default)
  10. spi_flash_hal_iram (noflash)
  11. spi_flash_encrypt_hal_iram (noflash)
  12. ledc_hal_iram (noflash)
  13. i2c_hal_iram (noflash)
  14. cpu_hal (noflash)
  15. soc_hal (noflash)
  16. wdt_hal_iram (noflash)
  17. if IDF_TARGET_ESP32C3 = n && IDF_TARGET_ESP32H2 = n:
  18. if TWAI_ISR_IN_IRAM = y:
  19. twai_hal_iram (noflash)
  20. else:
  21. twai_hal_iram (default)
  22. if IDF_TARGET_ESP32 = n:
  23. spi_flash_hal_gpspi (noflash)
  24. systimer_hal (noflash)