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:
34:7fae1a651221
Parent:
33:7ba5d53df0f2
Child:
35:f9f3a91fe4d4
--- a/README.md	Tue Feb 14 14:16:14 2017 +0100
+++ b/README.md	Wed Feb 15 01:37:22 2017 +0100
@@ -1,5 +1,5 @@
 # UIPEthernet
-UIPEthernet library for Arduinos (Atmel AVR-s,Atmel SAM3X8E ARM Cortex-M3,STM32F series,ESP8266,Intel ARC32(Genuino101),Nordic nRF51(RFduino),Teensy boards), ENC28j60 network chip compatible with Wiznet W5100 API
+UIPEthernet library for Arduinos (Atmel AVR-s,Atmel SAM3X8E ARM Cortex-M3,STM32F series,ESP8266,Intel ARC32(Genuino101),Nordic nRF51(RFduino),Teensy boards,Realtek Ameba(RTL8195A,RTL8710)), ENC28j60 network chip compatible with Wiznet W5100 API
 
 Original UIPEthernet writed by Norbert Truchsess.
 
@@ -30,6 +30,9 @@
 If You use NodeMCU please check wiring first:
 https://github.com/UIPEthernet/UIPEthernet/blob/master/hardware/NodeMCU_enc28j60_wiring.PNG
 
+- You can save 5K flash if you disable UDP support.
 - Correction code of Errata#12 modified.
 - Added support for Intel ARC32(Genuino101), Nordic nRF51(RFduino), Teensy boards
 - Issue#4 corrected
+- Added support for Realtek Ameba(RTL8195A,RTL8710)
+