]> git.sur5r.net Git - freertos/blob - FreeRTOS-Labs/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/Zynq/README.txt
Add the Labs projects provided in the V10.2.1_191129 zip file.
[freertos] / FreeRTOS-Labs / Source / FreeRTOS-Plus-TCP / portable / NetworkInterface / Zynq / README.txt
1 \r
2 \r
3 NetworkInterface for Xilinx' Zynq\r
4 \r
5 Please include the following source files:\r
6 \r
7         $(PLUS_TCP_PATH)/portable/NetworkInterface/Zynq/NetworkInterface.c\r
8         $(PLUS_TCP_PATH)/portable/NetworkInterface/Zynq/x_emacpsif_dma.c\r
9         $(PLUS_TCP_PATH)/portable/NetworkInterface/Zynq/x_emacpsif_physpeed.c\r
10         $(PLUS_TCP_PATH)/portable/NetworkInterface/Zynq/x_emacpsif_hw.c\r
11 \r
12 And include the following source files from the Xilinx library:\r
13 \r
14         $(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps.c\r
15         $(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_control.c\r
16         $(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_g.c\r
17         $(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_intr.c\r
18 \r
19         E.g. ps7_cortexa9_0/libsrc/emacps_v2_0/src/xemacps_intr.c\r
20 \r
21 The following source files are NOT used for the FreeRTOS+TCP interface:\r
22 \r
23         $(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_bdring.c\r
24         $(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_hw.c\r
25         $(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_sinit.c\r