Browse Source

update project and configure file for lwip 1.3.2

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@304 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 15 years ago
parent
commit
8bc1d0836e

+ 1 - 1
bsp/stm3210/project.Uv2

@@ -103,7 +103,7 @@ File 7,1,<..\..\filesystem\dfs\filesystems\efsl\src\fs\vfat\time.c><time.c>
 File 8,1,<..\..\net\lwip\src\core\dhcp.c><dhcp.c>
 File 8,1,<..\..\net\lwip\src\core\dns.c><dns.c>
 File 8,1,<..\..\net\lwip\src\core\init.c><init.c>
-File 8,1,<..\..\net\lwip\src\core\memp_tiny.c><memp_tiny.c>
+File 8,1,<..\..\net\lwip\src\core\memp.c><memp.c>
 File 8,1,<..\..\net\lwip\src\core\netif.c><netif.c>
 File 8,1,<..\..\net\lwip\src\core\pbuf.c><pbuf.c>
 File 8,1,<..\..\net\lwip\src\core\raw.c><raw.c>

+ 1 - 1
bsp/stm3210/project_107/project.Uv2

@@ -71,7 +71,7 @@ File 5,1,<..\..\libcpu\arm\stm32\serial.c><serial.c>
 File 6,1,<..\..\net\lwip\src\core\dhcp.c><dhcp.c>
 File 6,1,<..\..\net\lwip\src\core\dns.c><dns.c>
 File 6,1,<..\..\net\lwip\src\core\init.c><init.c>
-File 6,1,<..\..\net\lwip\src\core\memp_tiny.c><memp_tiny.c>
+File 6,1,<..\..\net\lwip\src\core\memp.c><memp.c>
 File 6,1,<..\..\net\lwip\src\core\netif.c><netif.c>
 File 6,1,<..\..\net\lwip\src\core\pbuf.c><pbuf.c>
 File 6,1,<..\..\net\lwip\src\core\raw.c><raw.c>

+ 2 - 1
bsp/stm3210/project_107/rtconfig.h

@@ -86,7 +86,8 @@
 
 /* SECTION: lwip, a lighwight TCP/IP protocol stack */
 #define RT_USING_LWIP
-
+/* LwIP uses RT-Thread Memory Management */
+#define RT_LWIP_USING_RT_MEM
 /* Enable ICMP protocol*/
 #define RT_LWIP_ICMP
 /* Enable UDP protocol*/

+ 1 - 1
bsp/stm3210/project_full/project.Uv2

@@ -103,7 +103,7 @@ File 7,1,<..\..\filesystem\dfs\filesystems\efsl\src\fs\vfat\time.c><time.c>
 File 8,1,<..\..\net\lwip\src\core\dhcp.c><dhcp.c>
 File 8,1,<..\..\net\lwip\src\core\dns.c><dns.c>
 File 8,1,<..\..\net\lwip\src\core\init.c><init.c>
-File 8,1,<..\..\net\lwip\src\core\memp_tiny.c><memp_tiny.c>
+File 8,1,<..\..\net\lwip\src\core\memp.c><memp.c>
 File 8,1,<..\..\net\lwip\src\core\netif.c><netif.c>
 File 8,1,<..\..\net\lwip\src\core\pbuf.c><pbuf.c>
 File 8,1,<..\..\net\lwip\src\core\raw.c><raw.c>

+ 2 - 1
bsp/stm3210/project_full/rtconfig.h

@@ -85,7 +85,8 @@
 
 /* SECTION: lwip, a lighwight TCP/IP protocol stack */
 #define RT_USING_LWIP
-
+/* LwIP uses RT-Thread Memory Management */
+#define RT_LWIP_USING_RT_MEM
 /* Enable ICMP protocol*/
 #define RT_LWIP_ICMP
 /* Enable UDP protocol*/

+ 1 - 1
bsp/stm3210/project_lwip/project.Uv2

@@ -68,7 +68,7 @@ File 5,1,<..\..\libcpu\arm\stm32\serial.c><serial.c>
 File 6,1,<..\..\net\lwip\src\core\dhcp.c><dhcp.c>
 File 6,1,<..\..\net\lwip\src\core\dns.c><dns.c>
 File 6,1,<..\..\net\lwip\src\core\init.c><init.c>
-File 6,1,<..\..\net\lwip\src\core\memp_tiny.c><memp_tiny.c>
+File 6,1,<..\..\net\lwip\src\core\memp.c><memp.c>
 File 6,1,<..\..\net\lwip\src\core\netif.c><netif.c>
 File 6,1,<..\..\net\lwip\src\core\pbuf.c><pbuf.c>
 File 6,1,<..\..\net\lwip\src\core\raw.c><raw.c>

+ 2 - 1
bsp/stm3210/project_lwip/rtconfig.h

@@ -67,7 +67,8 @@
 
 /* SECTION: lwip, a lighwight TCP/IP protocol stack */
 #define RT_USING_LWIP
-
+/* LwIP uses RT-Thread Memory Management */
+#define RT_LWIP_USING_RT_MEM
 /* Enable ICMP protocol*/
 #define RT_LWIP_ICMP
 /* Enable UDP protocol*/

+ 2 - 1
bsp/stm3210/rtconfig.h

@@ -86,7 +86,8 @@
 
 /* SECTION: lwip, a lighwight TCP/IP protocol stack */
 #define RT_USING_LWIP
-
+/* LwIP uses RT-Thread Memory Management */
+#define RT_LWIP_USING_RT_MEM
 /* Enable ICMP protocol*/
 #define RT_LWIP_ICMP
 /* Enable UDP protocol*/