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

Add ETH support to PIC32 boards #2890

Merged
merged 3 commits into from
Oct 3, 2022

Commits on Sep 30, 2022

  1. mcu/pic32mz: Add support for ETH

    pic32mz_periph_create() now can create ETH device
    if ETH_0 is set.
    kasjer committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    cad5f67 View commit details
    Browse the repository at this point in the history
  2. bsp/olimex-pic32-emz64: Add support for ETH

    Add configuration for ethernet driver
    kasjer committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f8a1663 View commit details
    Browse the repository at this point in the history
  3. bsp/olimex-pic32-hmz144: MII/RMII setup for ETH

    Change adds config options for ethernet.
    kasjer committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3a7af81 View commit details
    Browse the repository at this point in the history