GigaDevice_test/FreeRTOS/source/portable/NetworkInterface/board_family
Alexei 7e1fa80cc5 Added FreeRTOS_debug_printf 2023-02-06 00:23:49 +07:00
..
NetworkInterface.c Added FreeRTOS_debug_printf 2023-02-06 00:23:49 +07:00
ReadMe.txt First commit 2023-01-20 18:22:17 +07:00

ReadMe.txt

Update NetworkInterface.c and include other files needed by FreeRTOS+TCP here.

Note: 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.
Each network interface will have to provide concrete implementations of the functions in NetworkInterface.c.
See the following URL for an explanation of the file and its functions: https://freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/Embedded_Ethernet_Porting.html