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

Releases: khoih-prog/DS323x_Generic

v1.3.1 to add support to Teensy 4.1 QNEthernet or NativeEthernet

08 Apr 02:51
1e7f9f4
Compare
Choose a tag to compare

Releases v1.3.1

  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.

07 Apr 23:40
83edb3d
Compare
Choose a tag to compare

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

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`

23 Feb 06:56
823cb77
Compare
Choose a tag to compare

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

v1.2.2 to update `platform.ini` and `library.json`

10 Oct 06:27
2771e66
Compare
Choose a tag to compare

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

v1.2.1 to use TimeLib instead of Time to avoid case-insensitive issue with Windows and MacOS

26 Jun 19:48
0ff6051
Compare
Choose a tag to compare

Releases v1.2.1

  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

14 Jun 00:31
1d8dc3b
Compare
Choose a tag to compare

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

Version v1.1.0 to add support, optimize and fix compiler warnimgs

09 Jan 08:13
07424d9
Compare
Choose a tag to compare

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

Initial Release v1.0.0 to port to many Generic boards using WiFi/Ethernet modules/shields.

28 Oct 17:20
8916543
Compare
Choose a tag to compare

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.