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

ESP32 Ethernet: Added new PHY support #35671

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 9, 2024

  1. ESP32 Ethernet: Added new PHY support

    - RTL8201/SR8201
    - LAN87xx
    - DP83848
    - KSZ80xx
    hacker-cb committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f5f7db5 View commit details
    Browse the repository at this point in the history
  2. Restyled by clang-format

    restyled-commits authored and hacker-cb committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ef4ee64 View commit details
    Browse the repository at this point in the history
  3. Fix Kconfig choice handling

    sdkconfig result when LAN87XX is enabled
    
    ```
    # CONFIG_ETH_PHY_IP101 is not set
    # CONFIG_ETH_PHY_RTL8201 is not set
    CONFIG_ETH_PHY_LAN87XX=y
    # CONFIG_ETH_PHY_DP83848 is not set
    # CONFIG_ETH_PHY_KSZ80XX is not set
    ```
    hacker-cb committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    21f5b84 View commit details
    Browse the repository at this point in the history
  4. Use ETH_PHY_TYPE_ prefix

    hacker-cb committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1984685 View commit details
    Browse the repository at this point in the history