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

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

Fork of EthernetInterface by mbed official

Revision:
48:7f865315b678
Parent:
46:2f204a58a350
--- a/EthernetInterface.h	Mon Feb 16 19:21:39 2015 +0000
+++ b/EthernetInterface.h	Thu Mar 12 14:31:59 2015 +0000
@@ -20,7 +20,7 @@
 #ifndef ETHERNETINTERFACE_H_
 #define ETHERNETINTERFACE_H_
 
-#if !defined(TARGET_LPC1768) && !defined(TARGET_LPC4088) && !defined(TARGET_LPC4088_DM) && !defined(TARGET_K64F) && !defined(TARGET_RZ_A1H)
+#if !defined(TARGET_LPC1768) && !defined(TARGET_LPC4088) && !defined(TARGET_LPC4088_DM) && !defined(TARGET_K64F) && !defined(TARGET_RZ_A1H) && !defined(TARGET_STM32F4)
 #error The Ethernet Interface library is not supported on this target
 #endif