Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
README.md
- Committer:
- cassyarduino
- Date:
- 2016-12-21
- Revision:
- 0:e3fb1267e3c3
- Child:
- 11:3fb19220d9ec
File content as of revision 0:e3fb1267e3c3:
# UIPEthernet UIPEthernet library for Arduinos (Atmel AVR-s,Atmel SAM3X8E ARM Cortex-M3,STM32F series,ESP8266), ENC28j60 network chip compatible with Wiznet W5100 API Original UIPEthernet writed by Norbert Truchsess. Modifications: - Replaced import to include, because gcc say 'import is deprecated'. - Added support for STM32F, and ESP8266 MCU-s. - 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 - 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). - Changed linkStatus to static for outside call. - Added functions bypass, if can't communicate with ethernet device. - Added SPI bus instabil communication detection. - Changed debuging/logging. Remove individual debuging. Add global and scalable debuging feature. You can setup debuging/logging level in utility/logging.h 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).)