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

Latest commit

 

History

History
86 lines (59 loc) · 3.5 KB

changelog.md

File metadata and controls

86 lines (59 loc) · 3.5 KB

UPnP_Generic Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues



Table of Contents



Changelog

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 example 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

Releases v3.4.3

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

Releases v3.4.2

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

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

Major Releases v3.4.0

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

Major Releases v3.3.0

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

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

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.

Releases v3.1.4

  1. Initial coding for Generic boards using many different WiFi/Ethernet modules/shields.
  2. Add more examples