]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/Zynq/README.txt
commit 9f316c246baafa15c542a5aea81a94f26e3d6507
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-TCP / portable / NetworkInterface / Zynq / README.txt
index f9e54bb2f450cc942fca45605203d298ef74a4ee..10a72b464c6319cfdeea868dafcea4199a50857f 100644 (file)
@@ -5,6 +5,7 @@ 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
@@ -23,3 +24,14 @@ 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