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 driver for PIC32MX #1203

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

Commits on Nov 2, 2024

  1. Add driver for PIC32MX

    Related to FreeRTOS#789
    
    Add a new driver for the PIC32MX chip in FreeRTOS Plus TCP.
    
    * **BufferAllocation_2.c**
      - Include necessary headers for buffer allocation.
      - Implement buffer allocation functions for PIC32MX.
    * **NetworkInterface_eth.c**
      - Include necessary headers for Ethernet driver.
      - Implement Ethernet driver functions for PIC32MX.
    * **CMakeLists.txt**
      - Add CMake configuration for PIC32MX Ethernet driver.
    vishwamartur committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    a9bd788 View commit details
    Browse the repository at this point in the history