1. Reduce the size of the heap memory to reduce the amount of memory usage 2. Change the TCP segment size 3. Disable UDP + DHCP + DNS 4. Change the configurations of the TCP/IP thread
Dependencies: Socket lwip-eth lwip-sys lwip
Fork of EthernetInterface by
Revision 2:fa0875593d98, committed 2012-06-26
- Comitter:
- mbed_official
- Date:
- Tue Jun 26 09:10:41 2012 +0000
- Parent:
- 1:aee32a27826e
- Child:
- 3:f5776537f27f
- Commit message:
- Specify lwip transport in lwip configuration file.; Add mbed-socket library
Changed in this revision
lwipopts_conf.h | Show annotated file Show diff for this revision Revisions of this file |
mbed-socket.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/lwipopts_conf.h Mon Jun 25 17:12:39 2012 +0000 +++ b/lwipopts_conf.h Tue Jun 26 09:10:41 2012 +0000 @@ -1,4 +1,6 @@ #ifndef LWIPOPTS_CONF_H #define LWIPOPTS_CONF_H +#define LWIP_TRANSPORT_ETHERNET 1 + #endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-socket.lib Tue Jun 26 09:10:41 2012 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed-socket/#000000000000