FreeRTOS-Kernel/FreeRTOS-Labs/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/Zynq
Yuhui.Zheng 9fdfbf33e9 Sync FreeRTOS-Labs -CLI -TCP -Trace with the version in FreeRTOS-Plus.
Projects under FreeRTOS-Labs directory are in beta, developers updating projects please make sure you are using the correct version of -CLI -TCP -Trace. If you must edit -CLI -TCP and -Trace, please ensure the copies are synced.
2020-01-31 19:21:15 +00:00
..
NetworkInterface.c Sync FreeRTOS-Labs -CLI -TCP -Trace with the version in FreeRTOS-Plus. 2020-01-31 19:21:15 +00:00
README.txt Add the Labs projects provided in the V10.2.1_191129 zip file. 2019-12-02 23:39:25 +00:00
uncached_memory.c Add the Labs projects provided in the V10.2.1_191129 zip file. 2019-12-02 23:39:25 +00:00
uncached_memory.h Add the Labs projects provided in the V10.2.1_191129 zip file. 2019-12-02 23:39:25 +00:00
x_emacpsif.h Sync FreeRTOS-Labs -CLI -TCP -Trace with the version in FreeRTOS-Plus. 2020-01-31 19:21:15 +00:00
x_emacpsif_dma.c Sync FreeRTOS-Labs -CLI -TCP -Trace with the version in FreeRTOS-Plus. 2020-01-31 19:21:15 +00:00
x_emacpsif_hw.c Sync FreeRTOS-Labs -CLI -TCP -Trace with the version in FreeRTOS-Plus. 2020-01-31 19:21:15 +00:00
x_emacpsif_hw.h Add the Labs projects provided in the V10.2.1_191129 zip file. 2019-12-02 23:39:25 +00:00
x_emacpsif_physpeed.c Sync FreeRTOS-Labs -CLI -TCP -Trace with the version in FreeRTOS-Plus. 2020-01-31 19:21:15 +00:00
x_topology.h Add the Labs projects provided in the V10.2.1_191129 zip file. 2019-12-02 23:39:25 +00:00


NetworkInterface for Xilinx' Zynq

Please include the following source files:

	$(PLUS_TCP_PATH)/portable/NetworkInterface/Zynq/NetworkInterface.c
	$(PLUS_TCP_PATH)/portable/NetworkInterface/Zynq/x_emacpsif_dma.c
	$(PLUS_TCP_PATH)/portable/NetworkInterface/Zynq/x_emacpsif_physpeed.c
	$(PLUS_TCP_PATH)/portable/NetworkInterface/Zynq/x_emacpsif_hw.c

And include the following source files from the Xilinx library:

	$(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps.c
	$(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_control.c
	$(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_g.c
	$(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_intr.c

	E.g. ps7_cortexa9_0/libsrc/emacps_v2_0/src/xemacps_intr.c

The following source files are NOT used for the FreeRTOS+TCP interface:

	$(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_bdring.c
	$(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_hw.c
	$(CPU_PATH)/$(PROCESSOR)/libsrc/emacps_v2_0/src/xemacps_sinit.c