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

Conversation

vishwamartur
Copy link

Related to #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.

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 vishwamartur requested a review from a team as a code owner November 2, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant