mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cb42c29252
1. move resource allocation from xxx_init to xxx_new 2. fix enabling tx checksum insertion by mistake 3. iperf example: enlarge max arguments 4. add examples for spi-ethernet Closes https://github.com/espressif/esp-idf/issues/3715 Closes https://github.com/espressif/esp-idf/issues/3711
12 lines
469 B
Plaintext
12 lines
469 B
Plaintext
[mapping:esp_eth]
|
|
archive: libesp_eth.a
|
|
entries:
|
|
if ETH_USE_ESP32_EMAC = y:
|
|
esp_eth_mac_esp32:emac_hal_tx_complete_cb (noflash_text)
|
|
esp_eth_mac_esp32:emac_hal_tx_unavail_cb (noflash_text)
|
|
esp_eth_mac_esp32:emac_hal_rx_complete_cb (noflash_text)
|
|
esp_eth_mac_esp32:emac_hal_rx_early_cb (noflash_text)
|
|
esp_eth_mac_esp32:emac_hal_rx_unavail_cb (noflash_text)
|
|
if ETH_SPI_ETHERNET_DM9051 = y:
|
|
esp_eth_mac_dm9051:dm9051_isr_handler (noflash_text)
|