add target - stm32f407, unfinished, can't output packet

Dependencies:   Socket lwip-eth-arch-max-dev lwip-sys lwip-arch-max-dev

Dependents:   Arch_Max_Ethernet_Dev

Fork of EthernetInterface by mbed official

Revision:
46:2f204a58a350
Parent:
44:de796e2a5e98
Child:
48:b0c116a0ea4e
--- a/EthernetInterface.h	Wed Dec 17 19:56:30 2014 +0000
+++ b/EthernetInterface.h	Mon Feb 09 09:15:38 2015 +0000
@@ -20,7 +20,7 @@
 #ifndef ETHERNETINTERFACE_H_
 #define ETHERNETINTERFACE_H_
 
-#if !defined(TARGET_LPC1768) && !defined(TARGET_LPC4088) && !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)
 #error The Ethernet Interface library is not supported on this target
 #endif