nothing

Dependencies:   Socket lwip-eth lwip-sys lwip

Dependents:   CyaSSL_DTLS_Ethernet tinydtls_test_ethernet

Fork of EthernetInterface by mbed official

Files at this revision

API Documentation at this revision

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