FreeRTOS-Kernel/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/Zynq
AniruddhaKanhere ecf0f12aa1
Sync up with Amazon-freertos repo (10th March 2020) (#34)
* Sync up with amazon-freertos

* Sync up with amazon-freertos

* Sync up with amazon-freertos
2020-03-11 10:19:48 -07:00
..
NetworkInterface.c Sync up with Amazon-freertos repo (10th March 2020) (#34) 2020-03-11 10:19:48 -07:00
README.txt Sync up with Amazon-freertos repo (10th March 2020) (#34) 2020-03-11 10:19:48 -07:00
uncached_memory.c Sync up with Amazon-freertos repo (10th March 2020) (#34) 2020-03-11 10:19:48 -07:00
uncached_memory.h Added back some TCP/IP stack port layer files. 2020-02-07 21:51:48 +00:00
x_emacpsif.h Sync up with Amazon-freertos repo (10th March 2020) (#34) 2020-03-11 10:19:48 -07:00
x_emacpsif_dma.c Sync up with Amazon-freertos repo (10th March 2020) (#34) 2020-03-11 10:19:48 -07:00
x_emacpsif_hw.c Sync up with Amazon-freertos repo (10th March 2020) (#34) 2020-03-11 10:19:48 -07:00
x_emacpsif_hw.h 2020-02-07 21:49:55 +00:00
x_emacpsif_physpeed.c Sync up with Amazon-freertos repo (10th March 2020) (#34) 2020-03-11 10:19:48 -07:00
x_topology.h 2020-02-07 21:49:55 +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/uncached_memory.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

It is recommended to have these defined :

#define ipconfigDRIVER_INCLUDED_RX_IP_CHECKSUM    1
#define ipconfigDRIVER_INCLUDED_TX_IP_CHECKSUM    1
#define ipconfigUSE_LINKED_RX_MESSAGES            1

It is obligatory to define:

#define ipconfigZERO_COPY_RX_DRIVER               1
#define ipconfigZERO_COPY_TX_DRIVER               1