Revision 1:6bc3969e1127, committed 2010-07-19
- Comitter:
- donatien
- Date:
- Mon Jul 19 16:27:52 2010 +0000
- Parent:
- 0:0f5a52711275
- Child:
- 2:1f10f8ab527b
- Commit message:
Changed in this revision
Binary file LPC1768/ZG2100NetIf.ar has changed
--- a/LPC1768/lwip/lwipopts_light.h Fri Jul 09 15:24:33 2010 +0000 +++ b/LPC1768/lwip/lwipopts_light.h Mon Jul 19 16:27:52 2010 +0000 @@ -117,7 +117,7 @@ /// -#define MEM_POSITION __attribute((section("AHBSRAM0"))) +#define MEM_POSITION __attribute((section("AHBSRAM1"))) /* MEMP_NUM_PBUF: the number of memp struct pbufs. If the application sends a lot of data out of ROM (or other static memory), this
--- a/LPC1768/netCfg.h Fri Jul 09 15:24:33 2010 +0000 +++ b/LPC1768/netCfg.h Mon Jul 19 16:27:52 2010 +0000 @@ -5,9 +5,9 @@ #define NET_PPP 0 #define NET_ZG2100 1 #define TARGET_LPC1768 1 +#define NET_GPRS_MODULE 0 #define NET_ETH 0 #define NET_USB_SERIAL 0 -#define NET_TELIT 0 #define NET_CFG_H 1 #define NET_USB 0 #define NET_LWIP_STACK 1
Binary file LPC2368/ZG2100NetIf.ar has changed
--- a/LPC2368/lwip/lwipopts_light.h Fri Jul 09 15:24:33 2010 +0000 +++ b/LPC2368/lwip/lwipopts_light.h Mon Jul 19 16:27:52 2010 +0000 @@ -117,7 +117,7 @@ /// -#define MEM_POSITION __attribute((section("AHBSRAM0"))) +#define MEM_POSITION __attribute((section("AHBSRAM1"))) /* MEMP_NUM_PBUF: the number of memp struct pbufs. If the application sends a lot of data out of ROM (or other static memory), this
--- a/LPC2368/netCfg.h Fri Jul 09 15:24:33 2010 +0000 +++ b/LPC2368/netCfg.h Mon Jul 19 16:27:52 2010 +0000 @@ -5,9 +5,9 @@ #define NET_GPRS 0 #define NET_PPP 0 #define NET_ZG2100 1 +#define NET_GPRS_MODULE 0 #define NET_ETH 0 #define NET_USB_SERIAL 0 -#define NET_TELIT 0 #define NET_CFG_H 1 #define NET_USB 0 #define NET_LWIP_STACK 1