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

Releases: khoih-prog/Ethernet_Manager

v1.8.1 to fix chipID and add getChipID(), getChipOUI() for `ESP32` and `WT32_ETH01`

10 Sep 04:17
500492e
Compare
Choose a tag to compare

Releases v1.8.1

  1. Fix chipID and add getChipID(), getChipOUI() for ESP32 and WT32_ETH01

v1.8.0 to fix macAddress bug, to permit setting `macAddress` for supporting Ethernet shields W5x00 and ENC28J60, to add functions relating to `macAddress`, etc.

08 Sep 05:37
1b264d8
Compare
Choose a tag to compare

Releases v1.8.0

  1. Fix macAddress bug. Check Unable so set MAC Address #2
  2. Permit setting macAddress for supporting Ethernet shields W5x00 and ENC28J60
  3. Add functions relating to macAddress
  4. Rewrite all the examples to support new features
  5. Drop support to Ethernet_ESP8266
  6. Update Packages' Patches

v1.7.2 to use Ethernet_Generic library, to add support to SPI2 for ESP32, to add support to SPI1 for RP2040 using arduino-pico core, etc.

10 Apr 08:03
f0351a4
Compare
Choose a tag to compare

Releases v1.7.2

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Add support SPI2 for ESP32
  3. Add support to SPI1 for RP2040 using arduino-pico core
  4. Drop EthernetWrapper
  5. Rewrite all the examples to support new features
  6. Update Packages' Patches

v1.7.1 to update to be compatible with new `FlashStorage_SAMD` library version

26 Jan 21:15
48cfcff
Compare
Choose a tag to compare

Releases v1.7.1

  1. Update to be compatible with new FlashStorage_SAMD library version
  2. Update Packages' Patches

v1.7.0 to auto detect ESP32 core and use either built-in LittleFS or LITTLEFS for ESP32 / WT32_ETH01, to fix QNEthernet-related linkStatus and add support to many new RP2040 / SAMD21 boards

27 Nov 23:35
9dd9c60
Compare
Choose a tag to compare

Major Releases v1.7.0

  1. Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library for ESP32 and WT32-ETH01.
  2. Fix QNEthernet-related linkStatus.
  3. Add support to many more new RP2040 boards
  4. Add support to generic SAMD21 : __SAMD21E1xA__, __SAMD21G1xA__ and __SAMD21J1xA__

v1.6.1 to update `platform.ini` and `library.json`

11 Oct 05:06
1dfaf30
Compare
Choose a tag to compare

Releases v1.6.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

v1.6.0 to add support to QNEthernet Library for Teensy 4.1 built-in Ethernet

05 Sep 04:28
0de4d5e
Compare
Choose a tag to compare

Major Releases v1.6.0

  1. Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
  2. Update examples with new features

Release v1.5.0 to add support to ESP32-based WT32-ETH01 (ESP32 + LAN8720) boards, using EEPROM, SPIFFS or LittleFS

07 Jul 06:11
307792f
Compare
Choose a tag to compare

Major Releases v1.5.0

  1. Add support to ESP32-based WT32-ETH01 (ESP32 + LAN8720) boards, using EEPROM, SPIFFS or LittleFS

Major Release v1.4.0 to add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed for RP2040 core (https://github.com/arduino/ArduinoCore-mbed) using LittleFS

29 May 03:45
05d9507
Compare
Choose a tag to compare

Major Releases v1.4.0

  1. Add support to RP2040-based boards, such as Nano RP2040 Connect, using Arduino mbed OS for Nano boards and LittleFS.
  2. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 v2.1.0+ core and LittleFS.

Major Release v1.3.0 to add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-pico RP2040 core v1.3.1+ (https://github.com/earlephilhower/arduino-pico)

16 May 08:16
0eff4db
Compare
Choose a tag to compare

Major Releases v1.3.0

  1. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core v1.3.1+ with LittleFS.
  2. Update examples with new features