Skip to content

Commit a9bd788

Browse files
committed
Add driver for PIC32MX
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.
1 parent 4f67761 commit a9bd788

File tree

4 files changed

+1418
-0
lines changed

4 files changed

+1418
-0
lines changed

source/portable/NetworkInterface/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ add_subdirectory(MPS4_CS315)
4747
add_subdirectory(NXP1060)
4848
add_subdirectory(mw300_rd)
4949
add_subdirectory(pic32mzef)
50+
add_subdirectory(pic32mx)
5051
add_subdirectory(RX)
5152
add_subdirectory(SH2A)
5253
add_subdirectory(STM32Fxx)

0 commit comments

Comments
 (0)