This is EthernetInterface library for WlanBP3595 library(for STA mode). We forked EthernetInterface library. We changed the driver and extended TCP/IP thread stack size.

Dependencies:   Socket WlanBP3595STA lwip-eth_GR-PEACH_WlanBP3595 lwip-sys lwip_GR-PEACH_WlanBP3595

Fork of EthernetInterface by mbed official

Revision:
8:dbc8547f882b
Parent:
4:9a52c802be61
Child:
10:8d1c7a87c17b
--- a/EthernetInterface.cpp	Tue Jun 26 15:33:45 2012 +0000
+++ b/EthernetInterface.cpp	Tue Jul 03 12:46:34 2012 +0000
@@ -17,7 +17,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __DEBUG__ 4
+#define __DEBUG__ 0
 #ifndef __MODULE__
 #define __MODULE__ "EthernetInterface.cpp"
 #endif