diff --git a/bsp/stm3210/project.Uv2 b/bsp/stm3210/project.Uv2 index 43b1d34ff4ca046d9c9c4938b6d01486321744b0..6dfe8a3983779b8fe6694de325734dbac8422a8b 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 e20680a2c01dee9907530f9ab2ac5ae511103076..0a8e72635662010865ddca76ecd1b6a4141105be 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 f1488d3c65dcb8ef5f78136737f4d296c967d272..0ab24d83299d70f8118a93f25f541b0418747611 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 43b1d34ff4ca046d9c9c4938b6d01486321744b0..6dfe8a3983779b8fe6694de325734dbac8422a8b 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 170addbbb1a3d02cd628cc986005b2ac849e625d..24d3b66e8416c26799a5ded9bb42581070cd1d78 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 a571842648a41a0f2fc90037079ea5faa4b53a91..c677bb7270ee70db9952ee8a3aa131cdf6238299 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 e05e2a719ec48de4df4914bb7ee5e084c4db8e5d..9bb49b52b11ce2ce5647fb02269f04f6eda58004 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 df9ea89f308659a6006d29c8408a940d8ce00442..0c9b9c4efe3ee365f036af7ac5b3bae8f9a5b836 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*/