linker.lf 689 B

12345678910111213141516171819
  1. [mapping:esp_eth]
  2. archive: libesp_eth.a
  3. entries:
  4. if ETH_IRAM_OPTIMIZATION = y:
  5. esp_eth:esp_eth_transmit (noflash_text)
  6. esp_eth:esp_eth_transmit_vargs (noflash_text)
  7. esp_eth_mac_esp:emac_esp32_transmit (noflash_text)
  8. esp_eth_mac_esp:emac_esp32_transmit_multiple_bufs (noflash_text)
  9. esp_eth_mac_esp:emac_esp32_receive (noflash_text)
  10. esp_eth_mac_esp:emac_esp32_rx_task (noflash_text)
  11. [mapping:esp_eth_hal]
  12. archive: libhal.a
  13. entries:
  14. if ETH_IRAM_OPTIMIZATION = y:
  15. emac_hal:emac_hal_transmit_frame (noflash)
  16. emac_hal:emac_hal_transmit_multiple_buf_frame (noflash)
  17. emac_hal:emac_hal_alloc_recv_buf (noflash)
  18. emac_hal:emac_hal_receive_frame (noflash)