This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/Ethernet_Generic
Releases · khoih-prog/Ethernet_Generic
v2.4.1 to auto-select SPI(s) `SS/CS` pins according to board package if available
Releases v2.4.1
- Auto-select SPI(s)
SS/CS
pins according to board package if available - Update
Packages' Patches
v2.4.0 to use raw_address() as default instead of private IPAddress data
Releases v2.4.0
- Using raw_address() as default instead of private IPAddress data
- Add missing
LibraryPatches
for ESP32 - Update
Packages' Patches
v2.3.1 to add setHostname() and related DHCP functions, to add example SetDHCPHostName
Releases v2.3.1
- Add setHostname() and related DHCP functions. Check Only 15 UDP packets / second with W5100S-EVB-Pico possible? #6
- Add example SetDHCPHostName to demo the new feature
- Update
Packages' Patches
v2.3.0 to add support to custom SPI for RP2040, Nano_RP2040_Connect, Portenta_H7, etc. using Arduino-mbed core
Releases v2.3.0
- Add support to custom SPI for RP2040, Nano_RP2040_Connect, Portenta_H7, etc. using Arduino-mbed core
v2.2.0 to add support to any board with core supporting custom hardware / software `SPI`, for example STM32.
Releases v2.2.0
- Add support to STM32 boards using Arduino_Core_STM32
- Add support to any board with core supporting custom hardware / software
SPI
, for example STM32
v2.1.0 to add support to WIZNet W5100S, such as WIZnet Ethernet HAT, W5100S-EVB-Pico, etc.
Releases v2.1.0
- Add support to WIZNet W5100S. Check Wiznet W5100S #56
v2.0.1 to add SPI1 support to RP2040 using arduino-pico core
Releases v2.0.1
- Add support to
SPI1
forRP2040
using Earle Philhower's arduino-pico core - Add example WebClientRepeating_RP2040_SPI1 to demo the new feature
- Update
Packages' Patches
v2.0.0 to merge Ethernet Libraries, add support to ESP32 SPI2, to convert to h-only library, etc.
Releases v2.0.0
- Initial porting and coding to merge, as many as possible, the features of the following libraries :
- Add support to ESP32 SPI2
- Convert to h-only library
- Add debug feature
- Optimize code to reduce compiled binary size
- Add
Packages' Patches