FreeRTOS-Kernel/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/Zynq
Richard Barry bdb088e66f Fix some build issues in older kernel demo projects.
Update to V2.0.7 of the TCP/IP stack:
   + Multiple security improvements and fixes in packet parsing routines, DNS
     caching, and TCP sequence number and ID generation.
   + Disable NBNS and LLMNR by default.
   + Add TCP hang protection by default.

We thank Ori Karliner of Zimperium zLabs Team for reporting these issues.
2018-08-22 21:29:21 +00:00
..
NetworkInterface.c Fix some build issues in older kernel demo projects. 2018-08-22 21:29:21 +00:00
README.txt Added +TCP code to main repo. 2017-08-17 12:18:14 +00:00
uncached_memory.c Add missing +TCP code. 2017-08-17 12:26:43 +00:00
uncached_memory.h Add missing +TCP code. 2017-08-17 12:26:43 +00:00
x_emacpsif.h Added +TCP code to main repo. 2017-08-17 12:18:14 +00:00
x_emacpsif_dma.c Fix some build issues in older kernel demo projects. 2018-08-22 21:29:21 +00:00
x_emacpsif_hw.c Added +TCP code to main repo. 2017-08-17 12:18:14 +00:00
x_emacpsif_hw.h Added +TCP code to main repo. 2017-08-17 12:18:14 +00:00
x_emacpsif_physpeed.c Added +TCP code to main repo. 2017-08-17 12:18:14 +00:00
x_topology.h Added +TCP code to main repo. 2017-08-17 12:18:14 +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