Closed
Description
Related area
Ethernet peripheral support
Hardware specification
KSZ8851 10/100 Base-T/TX Ethernet Controller with SPI interface
Is your feature request related to a problem?
The Ethernet KSZ8851 cannot be use with the ETH.h. https://github.com/espressif/arduino-esp32/blob/02e31b4001892535602bb0c0cc9b42e14d0c4901/libraries/Ethernet/src/ETH.h#L56C1-L56C9
Describe the solution you'd like
I want to add support for this chip but i don't know how to implement a new ethernet controller in ETH. Is there documentation or procedure to how to add a new chip ?
Describe alternatives you've considered
Using another chip like KSZ8081 that is already supported.
Additional context
https://www.microchip.com/en-us/product/KSZ8851
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.