Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add support for ethernet chip (KSZ8851) #8686

Closed
1 task done
FrancoFerrara opened this issue Oct 1, 2023 · 4 comments
Closed
1 task done

How to add support for ethernet chip (KSZ8851) #8686

FrancoFerrara opened this issue Oct 1, 2023 · 4 comments
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@FrancoFerrara
Copy link

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.
@FrancoFerrara FrancoFerrara added the Type: Feature request Feature request for Arduino ESP32 label Oct 1, 2023
@FrancoFerrara FrancoFerrara changed the title How add support for ethernet chip (KSZ8851) How to add support for ethernet chip (KSZ8851) Oct 1, 2023
@Jason2866
Copy link
Collaborator

Not possible to add SPI driven PHY Ethernet chips to current Arduino core 2.0.x.
This will be possible with the upcoming Arduino 3.0.0

@me-no-dev
Copy link
Member

as @Jason2866 said. Coming in 3.0.0: #8575

@ewpa
Copy link

ewpa commented Jun 15, 2024

Hi @FrancoFerrara refer to this if you need this in 2.0.x: ewpa@85f06c9

@FrancoFerrara
Copy link
Author

Hi @FrancoFerrara refer to this if you need this in 2.0.x: ewpa@85f06c9

Hi thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

No branches or pull requests

4 participants