• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

CMakeLists.txtD18-Mar-2025487 2117

NetworkInterface.cD18-Mar-20252.9 KiB7724

ReadMe.txtD18-Mar-2025504 54

ReadMe.txt

1Update NetworkInterface.c and include other files needed by FreeRTOS+TCP here.
2
3Note: The NetworkInterface.c file in this directory is Not! to be used as is. The purpose of the file is to provide a template for writing a network interface.
4Each network interface will have to provide concrete implementations of the functions in NetworkInterface.c.
5See the following URL for an explanation of the file and its functions: https://freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/Embedded_Ethernet_Porting.html