From 2156e22b3c74cd60d7500e8e4224cb63cab168a5 Mon Sep 17 00:00:00 2001 From: "onelife.real" Date: Fri, 8 Jul 2011 08:24:33 +0000 Subject: [PATCH] *** EFM32 branch *** 1. Remove "RT_USING_NETUTILS" defined in "rtconfig.h" to avoid compiling error - Warning: Due to the memory limitation, running lwIP on Gecko devices (EFM32G) is not properly tested. - Warning: To test lwIP, please revert the file, "components\net\lwip\src\arch\sys_arch.c", to revision 1620. There is a runtime error when working with the latest revision of that file. This error is currently under evaluation. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1623 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/efm32/rtconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/efm32/rtconfig.h b/bsp/efm32/rtconfig.h index f2080b91fb..11eab40685 100644 --- a/bsp/efm32/rtconfig.h +++ b/bsp/efm32/rtconfig.h @@ -190,7 +190,7 @@ /* SECTION: lwip, a lighwight TCP/IP protocol stack */ #if defined(EFM32_USING_ETHERNET) #define RT_USING_LWIP -#define RT_USING_NETUTILS +//#define RT_USING_NETUTILS //#define RT_LWIP_DHCP /* LwIP uses RT-Thread Memory Management */ #define RT_LWIP_USING_RT_MEM