From 8bc1d0836e3e537033f5010d76406154af444d05 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Thu, 14 Jan 2010 23:41:59 +0000 Subject: [PATCH] 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 --- bsp/stm3210/project.Uv2 | 2 +- bsp/stm3210/project_107/project.Uv2 | 2 +- bsp/stm3210/project_107/rtconfig.h | 3 ++- bsp/stm3210/project_full/project.Uv2 | 2 +- bsp/stm3210/project_full/rtconfig.h | 3 ++- bsp/stm3210/project_lwip/project.Uv2 | 2 +- bsp/stm3210/project_lwip/rtconfig.h | 3 ++- bsp/stm3210/rtconfig.h | 3 ++- 8 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bsp/stm3210/project.Uv2 b/bsp/stm3210/project.Uv2 index 43b1d34ff4..6dfe8a3983 100644 --- a/bsp/stm3210/project.Uv2 +++ b/bsp/stm3210/project.Uv2 @@ -103,7 +103,7 @@ File 7,1,<..\..\filesystem\dfs\filesystems\efsl\src\fs\vfat\time.c> File 8,1,<..\..\net\lwip\src\core\dhcp.c> File 8,1,<..\..\net\lwip\src\core\dns.c> File 8,1,<..\..\net\lwip\src\core\init.c> -File 8,1,<..\..\net\lwip\src\core\memp_tiny.c> +File 8,1,<..\..\net\lwip\src\core\memp.c> File 8,1,<..\..\net\lwip\src\core\netif.c> File 8,1,<..\..\net\lwip\src\core\pbuf.c> File 8,1,<..\..\net\lwip\src\core\raw.c> diff --git a/bsp/stm3210/project_107/project.Uv2 b/bsp/stm3210/project_107/project.Uv2 index e20680a2c0..0a8e726356 100644 --- a/bsp/stm3210/project_107/project.Uv2 +++ b/bsp/stm3210/project_107/project.Uv2 @@ -71,7 +71,7 @@ File 5,1,<..\..\libcpu\arm\stm32\serial.c> File 6,1,<..\..\net\lwip\src\core\dhcp.c> File 6,1,<..\..\net\lwip\src\core\dns.c> File 6,1,<..\..\net\lwip\src\core\init.c> -File 6,1,<..\..\net\lwip\src\core\memp_tiny.c> +File 6,1,<..\..\net\lwip\src\core\memp.c> File 6,1,<..\..\net\lwip\src\core\netif.c> File 6,1,<..\..\net\lwip\src\core\pbuf.c> File 6,1,<..\..\net\lwip\src\core\raw.c> diff --git a/bsp/stm3210/project_107/rtconfig.h b/bsp/stm3210/project_107/rtconfig.h index f1488d3c65..0ab24d8329 100644 --- a/bsp/stm3210/project_107/rtconfig.h +++ b/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*/ diff --git a/bsp/stm3210/project_full/project.Uv2 b/bsp/stm3210/project_full/project.Uv2 index 43b1d34ff4..6dfe8a3983 100644 --- a/bsp/stm3210/project_full/project.Uv2 +++ b/bsp/stm3210/project_full/project.Uv2 @@ -103,7 +103,7 @@ File 7,1,<..\..\filesystem\dfs\filesystems\efsl\src\fs\vfat\time.c> File 8,1,<..\..\net\lwip\src\core\dhcp.c> File 8,1,<..\..\net\lwip\src\core\dns.c> File 8,1,<..\..\net\lwip\src\core\init.c> -File 8,1,<..\..\net\lwip\src\core\memp_tiny.c> +File 8,1,<..\..\net\lwip\src\core\memp.c> File 8,1,<..\..\net\lwip\src\core\netif.c> File 8,1,<..\..\net\lwip\src\core\pbuf.c> File 8,1,<..\..\net\lwip\src\core\raw.c> diff --git a/bsp/stm3210/project_full/rtconfig.h b/bsp/stm3210/project_full/rtconfig.h index 170addbbb1..24d3b66e84 100644 --- a/bsp/stm3210/project_full/rtconfig.h +++ b/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*/ diff --git a/bsp/stm3210/project_lwip/project.Uv2 b/bsp/stm3210/project_lwip/project.Uv2 index a571842648..c677bb7270 100644 --- a/bsp/stm3210/project_lwip/project.Uv2 +++ b/bsp/stm3210/project_lwip/project.Uv2 @@ -68,7 +68,7 @@ File 5,1,<..\..\libcpu\arm\stm32\serial.c> File 6,1,<..\..\net\lwip\src\core\dhcp.c> File 6,1,<..\..\net\lwip\src\core\dns.c> File 6,1,<..\..\net\lwip\src\core\init.c> -File 6,1,<..\..\net\lwip\src\core\memp_tiny.c> +File 6,1,<..\..\net\lwip\src\core\memp.c> File 6,1,<..\..\net\lwip\src\core\netif.c> File 6,1,<..\..\net\lwip\src\core\pbuf.c> File 6,1,<..\..\net\lwip\src\core\raw.c> diff --git a/bsp/stm3210/project_lwip/rtconfig.h b/bsp/stm3210/project_lwip/rtconfig.h index e05e2a719e..9bb49b52b1 100644 --- a/bsp/stm3210/project_lwip/rtconfig.h +++ b/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*/ diff --git a/bsp/stm3210/rtconfig.h b/bsp/stm3210/rtconfig.h index df9ea89f30..0c9b9c4efe 100644 --- a/bsp/stm3210/rtconfig.h +++ b/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*/ -- GitLab