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

Latest commit

 

History

History
80 lines (54 loc) · 3.58 KB

changelog.md

File metadata and controls

80 lines (54 loc) · 3.58 KB

DS323x_Generic Library

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

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.3.1

  1. Add support to Teensy 4.1 QNEthernet and NativeEthernet

Releases v1.3.0

  1. Add support to Portenta_H7 Ethernet and WiFi
  2. Use Ethernet_Generic library as default for W5x00 Ethernet
  3. Rewrite all examples for new features with better debug information.
  4. Add examples tzTest and WriteRules and examples for Portenta_H7 Ethernet and WiFi
  5. Update Packages_Patches

Releases v1.2.3

  1. Optimize code by using passing by reference instead of by value
  2. Add ESP_Complex examples to update system time from RTC time. Check setTime() does not set system time #1
  3. Update Packages' Patches

Releases v1.2.2

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

Releases v1.2.1

  1. Using TimeLib instead of Time to avoid case-insensitive issue with Windows and MacOS

Releases v1.2.0

  1. 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 or Earle Philhower's arduino-pico core.
  2. Add support to ESP32-S2/ESP32-C3

Releases v1.1.0

  1. Add examples for ESP32/ESP8266 using LittleFS/SPIFFS
  2. Add support to AVR, UNO WiFi Rev2 boards.
  3. Clean-up all compiler warnings possible.
  4. Optimize library and examples to reduce memory usage by using Flash String whenever possible.
  5. Add Table of Contents

Releases v1.0.0

  1. Initial porting to many Generic boards using WiFi/Ethernet modules/shields.
  2. Add support to ESP8266, ESP32, SAMD21/SAMD51, nRF52, STM32F/L/H/G/WB/MP1 with WiFiNINA, ESP8266/ESP32 WiFi, ESP8266-AT, W5x00, ENC28J60, LAN8742A Ethernet modules/shields.
  3. Fix bug. Add functions.
  4. Completely new examples.