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

Releases: khoih-prog/UPnP_Generic

v3.5.0 to use Ethernet_Generic library, to add support to SPI2 for ESP32, to add support to SPI1 for RP2040 using arduino-pico core, to add examples and rewrite all the examples to support new features, etc.

13 Apr 06:15
b363675
Compare
Choose a tag to compare

Releases v3.5.0

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Rewrite to avoid multiple-definitions linker error for multiple-file project
  3. Add examples multiFileProject_Ethernet and multiFileProject_WiFiNINA to demo how to avoid multiple-definitions linker error for multiple-file project
  4. Add support to SPI1 for RP2040 using arduino-pico core
  5. Add support SPI2 for ESP32
  6. Rewrite all the examples to support new features
  7. Update Packages' Patches

v3.4.3 to add support to Teensy 4.1, using QNEthernet v0.10.0+

02 Dec 06:43
c9acdbf
Compare
Choose a tag to compare

Releases v3.4.3

  1. Add support to Teensy 4.1, using QNEthernet v0.10.0+

v3.4.2 to auto-detect ESP32 core version and fix bug in examples for WT32_ETH01

01 Dec 07:44
c8b029a
Compare
Choose a tag to compare

Releases v3.4.2

  1. Auto detect ESP32 core version. Fix bug in examples for WT32_ETH01

v3.4.1 to update `platform.ini` and `library.json`

13 Oct 01:56
bfdc076
Compare
Choose a tag to compare

Releases v3.4.1

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

v3.4.0 to add support to Portenta_H7, using either WiFi or Vision-shield Ethernet

17 Sep 04:54
906c599
Compare
Choose a tag to compare

Major Releases v3.4.0

  1. Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
  2. Add examples with new features

Release v3.3.0 to add support to WT32_ETH01 (ESP32 + LAN8720) boards

17 Jul 06:27
104f44a
Compare
Choose a tag to compare

Major Releases v3.3.0

  1. Add support to WT32_ETH01 (ESP32 + LAN8720) boards
  2. Add examples with new features

Release v3.2.0 adds support to RP2040 and ESP32-S2/C3

12 Jun 04:46
824a158
Compare
Choose a tag to compare

Major Releases v3.2.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.
  2. Add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
  3. Add support to ESP32-S2 and ESP32-C3-based boards, such as ARDUINO_ESP32S2_DEV, ARDUINO_FEATHERS2, ARDUINO_MICROS2, ARDUINO_METRO_ESP32S2, etc.
  4. Update examples
  5. Update `Packages' Patches
  6. Fix compiler warnings.
  7. Verify library working with new core ESP8266 v3.0.0
  8. Verify library working with new core ESP32 v1.0.6
  9. Add Version String and Table of Contents

Version v3.1.5 to fix bug with nRF52 and STM32F/L/H/G/WB/MP1 using ESP8266/ESP32-AT

29 Sep 05:00
812050a
Compare
Choose a tag to compare

Releases v3.1.5

  1. Fix issue with nRF52 and STM32F/L/H/G/WB/MP1 using ESP8266/ESP32-AT
  2. Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
  3. Enhance examples.

Initial Release v3.1.4

23 Sep 07:28
ac9c775
Compare
Choose a tag to compare

Releases v3.1.4

  1. Initial coding for Generic boards using many different WiFi/Ethernet modules/shields.
  2. Add more examples
  3. Sync with v3.1.4 of TinyUPnP Library