mbed IP library over Ethernet

Dependencies:   lwip-eth Socket lwip lwip-sys

Dependents:   denki-yohou_b Network-RTOS NTPClient_HelloWorld temp_FIAP ... more

Legacy Networking Libraries

This is an mbed 2 networking library. For mbed 5, the networking libraries have been revised to better support additional network stacks and thread safety here.

Revision:
30:4d7d7dc8485f
Parent:
27:2124eae946f3
Child:
35:cba86db5ab96
--- a/EthernetInterface.h	Tue May 14 13:46:34 2013 +0000
+++ b/EthernetInterface.h	Thu May 30 17:16:22 2013 +0100
@@ -20,7 +20,7 @@
 #ifndef ETHERNETINTERFACE_H_
 #define ETHERNETINTERFACE_H_
 
-#if !defined(TARGET_LPC1768)
+#if !defined(TARGET_LPC1768) && !defined(TARGET_LPC4088)
 #error The Ethernet Interface library is supported only on the mbed NXP LPC1768
 #endif
 
@@ -49,7 +49,7 @@
 
   /** Connect
   * Bring the interface up, start DHCP if needed.
-  * \param   timeout_ms  timeout in ms (default: (10)s).
+  * \param   timeout_ms  timeout in ms (default: (15)s).
   * \return 0 on success, a negative number on failure
   */
   static int connect(unsigned int timeout_ms=15000);