Skip to content

esp32/network_lan: Add PHY_GENERIC device type. #17237

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elvis-epx
Copy link
Contributor

Summary

Adds support to the new PHY_GENERIC board type, added in ESP-IDF v5.4.0 [1].

This PHY driver was added to ESP-IDF to support "generic"/oddball PHY LAN chips like the JL1101, which offer no features beyond the bare 802.3 PHY standard and don't actually need a chip-specific driver (see discussion at [2]).

[1] espressif/esp-idf@0738314
[2] espressif/esp-eth-drivers#28

Testing

Tested on DTWonder automation device, which is based on ESP32 and with JL1101 LAN chip.

Support the new PHY_GENERIC device type, added in ESP-IDF v5.4.0 [1].

This PHY driver was added to ESP-IDF to support "generic"/oddball PHY
LAN chips like the JL1101, which offer no features beyond the bare
802.3 PHY standard and don't actually need a chip-specific driver (see
discussion at [2]).

[1] espressif/esp-idf@0738314
[2] espressif/esp-eth-drivers#28

Signed-off-by: Elvis Pfutzenreuter <epxx@epxx.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant