This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/DDNS_Generic
Releases · khoih-prog/DDNS_Generic
v1.7.0 to use new Ethernet_Generic library, to add support to `SPI0/SPI1` for `RP2040` using `arduino-pico` core and to WIZNet W5100S Ethernet
v1.7.0 to use new Ethernet_Generic library, to add support to `SPI0/SPI1` for `RP2040` using `arduino-pico` core and to WIZNet W5100S Ethernet
Latest
Releases v1.7.0
- Use new Ethernet_Generic library as default for W5x00.
- Add support to
RP2040
usingEarle Philhower's arduino-pico
core with eitherSPI0
orSPI1
- Add support to WIZNet W5100S, such as WIZnet Ethernet HAT and W5100S-EVB-Pico
- Update
Packages' Patches
v1.6.1 to auto-detect ESP32 core version and fix bug in examples for WT32_ETH01
Releases v1.6.1
- Auto detect ESP32 core version. Fix bug in examples for WT32_ETH01
v1.6.0 to replace deprecated `ipv4bot.whatismyipaddress.com` with `ifconfig.me`
Releases v1.6.0
- Replace deprecated
ipv4bot.whatismyipaddress.com
withifconfig.me
v1.5.1 to update `platform.ini` and `library.json`
Releases v1.5.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
v1.5.0 to add support to Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
Releases v1.5.0
- Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
- Add examples with new features
Release v1.4.0 to add support to WT32_ETH01 (ESP32 + LAN8720) boards
Releases v1.4.0
- Add support to WT32_ETH01 (ESP32 + LAN8720) boards
- Add examples with new features
Release v1.3.0 to add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040 using W5x00/ENC28J60 Ethernet shields or ESP8266-AT/ESP32-AT WiFi shields
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 and ESP8266/ESP32-AT WiFi
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core and Ethernet W5x00, ENC28J60.
- Update examples with new features
Release v1.2.0 to add support to Teensy boards such as Teensy LC, 3.0, 3.1, 3.2, 3.5, 3.6, 4.0, 4.1 using ESP-AT, WiFiNINA, W5x00 / ENC28J60 Ethernet or NativeEthernet
Releases v1.2.0
- Add support to Teensy boards such as Teensy LC, 3.0, 3.1, 3.2, 3.5, 3.6, 4.0, 4.1 using ESP-AT, WiFiNINA, W5x00 / ENC28J60 Ethernet
- Add support to Teensy 4.1 boards using NativeEthernet
Release v1.1.0 to add support to OVH.com, and support to AVR Mega, megaAVR boards.
Releases v1.1.0
- Add support to Arduino AVR ATmega2560 such as Mega, Mega2560, Mega ADK, etc.
- Add support to Arduino ATmega4809 such as UNO WiFi Rev2, AVR_NANO_EVERY, etc.
- Remove dependency on
<functional>
. - Add OVH.com support.
- Update and add examples for AVR and megaAVR
- Add Version string
- Add Table-of-Contents
Version v1.0.1 to fix bug for nRF52 and STM32F/L/H/G/WB/MP1 using ESP8266/ESP32-AT and add support.
Releases v1.0.1
- Add HTTP_ResponseParser class to fix issue with nRF52 and STM32F/L/H/G/WB/MP1 using ESP8266/ESP32-AT.
- Add support to Ethernet2, Ethernet3 and EthernetLarge libraries for STM32 using W5x00.
- Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
- Add more debug features.