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

Merged

Commits on Nov 27, 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 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    20ce7ee 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 authored and thaoluonguw committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    147739c View commit details
    Browse the repository at this point in the history