Skip to content

Commit

Permalink
Add driver for PIC32MX
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vishwamartur committed Nov 2, 2024
1 parent 4f67761 commit a9bd788
Show file tree
Hide file tree
Showing 4 changed files with 1,418 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/portable/NetworkInterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ add_subdirectory(MPS4_CS315)
add_subdirectory(NXP1060)
add_subdirectory(mw300_rd)
add_subdirectory(pic32mzef)
add_subdirectory(pic32mx)
add_subdirectory(RX)
add_subdirectory(SH2A)
add_subdirectory(STM32Fxx)
Expand Down
Loading

0 comments on commit a9bd788

Please sign in to comment.