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

Initial support for RA Ethernet hal #34

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. hal: ra: Update Ethernet driver for RA board

    Initial support for Ethernet and Ethernet phy driver
    
    Signed-off-by: Duy Phuong Hoang. Nguyen <[email protected]>
    Signed-off-by: Thao Luong <[email protected]>
    thaoluonguw authored and duynguyenxa committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    dc1be98 View commit details
    Browse the repository at this point in the history
  2. hal: ra: Add source code for supporting custom eth phy driver

    This update is for Ethernet driver to better fit into Zephyr
    standard.
    Add in ETHER_CFG_USE_CUSTOM_PHY_DRIVER to Ethernet controller
    driver to skip the phy control and allow the use of Zephyr
    phy driver.
    Add phy link speed to Ethernet controller driver instance
    control.
    Add phy_lsi_address to Ethernet phy instance control to
    allow the control of phy address as input
    
    Signed-off-by: Duy Nguyen <[email protected]>
    duynguyenxa committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    961b3f9 View commit details
    Browse the repository at this point in the history