This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/Ethernet_Manager
Releases · khoih-prog/Ethernet_Manager
v1.8.1 to fix chipID and add getChipID(), getChipOUI() for `ESP32` and `WT32_ETH01`
Releases v1.8.1
- Fix chipID and add getChipID(), getChipOUI() for
ESP32
andWT32_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.
Releases v1.8.0
- Fix
macAddress
bug. Check Unable so set MAC Address #2 - Permit setting
macAddress
for supporting Ethernet shields W5x00 and ENC28J60 - Add functions relating to
macAddress
- Rewrite all the examples to support new features
- Drop support to
Ethernet_ESP8266
- 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.
Releases v1.7.2
- Use new Ethernet_Generic library as default for W5x00.
- Add support SPI2 for ESP32
- Add support to SPI1 for RP2040 using arduino-pico core
- Drop
EthernetWrapper
- Rewrite all the examples to support new features
- Update
Packages' Patches
v1.7.1 to update to be compatible with new `FlashStorage_SAMD` library version
Releases v1.7.1
- Update to be compatible with new
FlashStorage_SAMD
library version - 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
Major Releases v1.7.0
- Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library for ESP32 and WT32-ETH01.
- Fix QNEthernet-related linkStatus.
- Add support to many more new RP2040 boards
- Add support to generic SAMD21 :
__SAMD21E1xA__
,__SAMD21G1xA__
and__SAMD21J1xA__
v1.6.1 to update `platform.ini` and `library.json`
Releases v1.6.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
v1.6.0 to add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
Major Releases v1.6.0
- Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
- 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
Major Releases v1.5.0
- 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
Major Releases v1.4.0
- Add support to RP2040-based boards, such as Nano RP2040 Connect, using Arduino mbed OS for Nano boards and LittleFS.
- 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)
Major Releases v1.3.0
- 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.
- Update examples with new features