UIPEthernet library for Arduino IDE, Eclipse with arduino plugin and MBED/SMeshStudio (AVR,STM32F,ESP8266,Intel ARC32,Nordic nRF51,Teensy boards,Realtek Ameba(RTL8195A,RTL8710)), ENC28j60 network chip. Compatible with Wiznet W5100 Ethernet library API. Compiled and tested on Nucleo-F302R8. Master repository is: https://github.com/UIPEthernet/UIPEthernet/

Revision:
11:3fb19220d9ec
Parent:
0:e3fb1267e3c3
Child:
18:904e3130a30c
--- a/README.md	Thu Dec 29 11:18:05 2016 +0000
+++ b/README.md	Thu Dec 29 13:07:19 2016 +0100
@@ -9,7 +9,7 @@
 - Merged martinayotte's modification (Correct s_dhcp ~40K more memory usage with STM32F MCU-s.)
 - Moved htons,ntohs,htonl,ntohl definitions to uip.h.
 - Corrected infinite loops.
-- Set the version to 1.2.0
+- Set the version to 1.2.1
 - Corrected ESP8266 exception(28).
 - Added watchdog reset calls in functions for stable running on ESP8266.
 - Added geterevid function to get ENC28j60 chip erevid (revision information).
@@ -21,3 +21,5 @@
 You can use this header file in Your scetch too.
 Add "LogObject" define for serial logging/debuging with board specific default setting.
 - Added support to MBED/SMeshStudio IDE. (Compiled to STM32F103RB (Nucleo).)
+
+- (In 1.2.1) Added Abstract Print class to MBED for full compatibility (Can use print, println with uip objects.)