Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
