Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Releases: khoih-prog/Ethernet_Generic

v2.4.1 to auto-select SPI(s) `SS/CS` pins according to board package if available

26 Aug 04:56
40dfd9f
Compare
Choose a tag to compare

Releases v2.4.1

  1. Auto-select SPI(s) SS/CS pins according to board package if available
  2. Update Packages' Patches

v2.4.0 to use raw_address() as default instead of private IPAddress data

01 Aug 00:08
d6f3e38
Compare
Choose a tag to compare

Releases v2.4.0

  1. Using raw_address() as default instead of private IPAddress data
  2. Add missing LibraryPatches for ESP32
  3. Update Packages' Patches

v2.3.1 to add setHostname() and related DHCP functions, to add example SetDHCPHostName

22 May 04:34
014abf3
Compare
Choose a tag to compare

Releases v2.3.1

  1. Add setHostname() and related DHCP functions. Check Only 15 UDP packets / second with W5100S-EVB-Pico possible? #6
  2. Add example SetDHCPHostName to demo the new feature
  3. Update Packages' Patches

v2.3.0 to add support to custom SPI for RP2040, Nano_RP2040_Connect, Portenta_H7, etc. using Arduino-mbed core

04 May 03:07
646034f
Compare
Choose a tag to compare

Releases v2.3.0

  1. 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.

03 May 05:02
8b5eada
Compare
Choose a tag to compare

Releases v2.2.0

  1. Add support to STM32 boards using Arduino_Core_STM32
  2. 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.

22 Apr 05:14
bab28a9
Compare
Choose a tag to compare

v2.0.1 to add SPI1 support to RP2040 using arduino-pico core

08 Apr 19:55
302aeaa
Compare
Choose a tag to compare

Releases v2.0.1

  1. Add support to SPI1 for RP2040 using Earle Philhower's arduino-pico core
  2. Add example WebClientRepeating_RP2040_SPI1 to demo the new feature
  3. Update Packages' Patches

v2.0.0 to merge Ethernet Libraries, add support to ESP32 SPI2, to convert to h-only library, etc.

03 Apr 04:08
274a6a4
Compare
Choose a tag to compare

Releases v2.0.0

  1. Initial porting and coding to merge, as many as possible, the features of the following libraries :
  2. Add support to ESP32 SPI2
  3. Convert to h-only library
  4. Add debug feature
  5. Optimize code to reduce compiled binary size
  6. Add Packages' Patches