This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/DS323x_Generic
Releases · khoih-prog/DS323x_Generic
v1.3.1 to add support to Teensy 4.1 QNEthernet or NativeEthernet
Releases v1.3.1
- Add support to Teensy 4.1 using QNEthernet or NativeEthernet
v1.3.0 to add support to Portenta_H7 Ethernet and WiFi, to use Ethernet_Generic library and add Portenta_H7 examples, etc.
Releases v1.3.0
- Add support to Portenta_H7 Ethernet and WiFi
- Use Ethernet_Generic library as default for W5x00 Ethernet
- Rewrite all examples for new features with better debug information.
- Add examples
tzTest
andWriteRules
and examples forPortenta_H7 Ethernet and WiFi
- Update
Packages_Patches
v1.2.3 to optimize code by passing by `reference` instead of `value`, to add `ESP_Complex` examples to update system time from RTC time and to update `Packages' Patches`
Releases v1.2.3
- Optimize code by using passing by
reference
instead of byvalue
- Add
ESP_Complex
examples to update system time from RTC time. Check setTime() does not set system time #1 - Update
Packages' Patches
v1.2.2 to update `platform.ini` and `library.json`
Releases v1.2.2
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
v1.2.1 to use TimeLib instead of Time to avoid case-insensitive issue with Windows and MacOS
Releases v1.2.1
- Using TimeLib instead of Time to avoid case-insensitive issue with Windows and MacOS
Release v1.2.0 to add support to ESP32-S2/C3 and RP2040-based boards such as NANO_RP2040_CONNECT, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040 using Arduino-mbed RP2040 or arduino-pico core
Releases v1.2.0
- 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.
- Add support to ESP32-S2/ESP32-C3
Version v1.1.0 to add support, optimize and fix compiler warnimgs
Releases v1.1.0
- Add examples for ESP32/ESP8266 using LittleFS/SPIFFS
- Add support to AVR, UNO WiFi Rev2 boards.
- Clean-up all compiler warnings possible.
- Optimize library and examples to reduce memory usage by using Flash String whenever possible.
- Add Table of Contents
Initial Release v1.0.0 to port to many Generic boards using WiFi/Ethernet modules/shields.
Releases v1.0.0
- Initial porting to many Generic boards using WiFi/Ethernet modules/shields.
- 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.
- Fix bug. Add functions.
- Completely new examples.