mbed IP library over Ethernet with setName and setNewAddress

Dependencies:   Socket lwip-eth lwip-sys lwip

Dependents:   JRO_CR2 JRO_DDSv2 JRO_DDSv2_rev2019

Fork of EthernetInterface by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Nov 06 11:01:02 2014 +0000
Parent:
43:5887ae6c0c2c
Child:
45:d1ccbed7687a
Commit message:
Synchronized with git revision 8724eb616b6e07a3bd111d3022652eb5bbefe9b7

Full URL: https://github.com/mbedmicro/mbed/commit/8724eb616b6e07a3bd111d3022652eb5bbefe9b7/

[RZ/A1H] mbed-RZ first release

Changed in this revision

EthernetInterface.h Show annotated file Show diff for this revision Revisions of this file
--- a/EthernetInterface.h	Tue Aug 19 12:53:54 2014 +0000
+++ b/EthernetInterface.h	Thu Nov 06 11:01:02 2014 +0000
@@ -20,7 +20,7 @@
 #ifndef ETHERNETINTERFACE_H_
 #define ETHERNETINTERFACE_H_
 
-#if !defined(TARGET_LPC1768) && !defined(TARGET_LPC4088) && !defined(TARGET_K64F)
+#if !defined(TARGET_LPC1768) && !defined(TARGET_LPC4088) && !defined(TARGET_K64F) && !defined(TARGET_RZ_A1H)
 #error The Ethernet Interface library is not supported on this target
 #endif