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
This commit is contained in:
parent
d06ac4f86c
commit
8bc1d0836e
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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*/
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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*/
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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*/
|
||||
|
|
|
@ -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*/
|
||||
|
|
Loading…
Reference in New Issue