Where is the component (folder) ethernet ?
Posted: Wed Jul 03, 2019 7:19 am
Hi,
We are working with LAN8710. We have our driver that work currently with those files :
${IDF_PATH}/component/ethernet/* //all the files from this component / folder
${IDF_PATH}/component/ethernet/eth_phy/phy_reg.h // in fact we include only this file
But the recent changes over the master branch have remove the /component/ethernet folder. Is there some documentation about how we need to port the driver with the new ethernet interface ? By new I mean the /component/esp_eth ?
Thank you
We are working with LAN8710. We have our driver that work currently with those files :
${IDF_PATH}/component/ethernet/* //all the files from this component / folder
${IDF_PATH}/component/ethernet/eth_phy/phy_reg.h // in fact we include only this file
But the recent changes over the master branch have remove the /component/ethernet folder. Is there some documentation about how we need to port the driver with the new ethernet interface ? By new I mean the /component/esp_eth ?
Thank you