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

Releases: khoih-prog/Timezone_Generic

v1.10.1 to add support to RP2040W using `CYW43439 WiFi` with `arduino-pico` core

25 Sep 22:09
367b3dd
Compare
Choose a tag to compare

Releases v1.10.1

  1. Add support to RP2040W using CYW43439 WiFi with arduino-pico core
  2. Update dependencies and documents
  3. Update Packages_Patches

v1.10.0 to add support to Portenta_H7 Ethernet and WiFi, to use Ethernet_Generic library and add Portenta_H7 examples, etc.

07 Apr 05:02
1b05d59
Compare
Choose a tag to compare

Releases v1.10.0

  1. Add support to Portenta_H7 Ethernet and WiFi
  2. Use Ethernet_Generic library as default for W5x00 Ethernet.
  3. Add Portenta_H7 examples
  4. Update Packages_Patches

v1.9.1 to update to be compatible with new `FlashStorage_SAMD`, to use better `FlashStorage_STM32` or `FlashStorage_STM32F1` library for STM32 and to add support to generic SAMD21 boards : `__SAMD21E1xA__`, `__SAMD21G1xA__` and `__SAMD21J1xA__`

27 Jan 03:53
f08905f
Compare
Choose a tag to compare

Releases v1.9.1

  1. Update to be compatible with new FlashStorage_SAMD
  2. Use better FlashStorage_STM32 or FlashStorage_STM32F1 library for STM32
  3. Add support to generic SAMD21 boards : __SAMD21E1xA__, __SAMD21G1xA__ and __SAMD21J1xA__
  4. Update Packages_Patches

v1.9.0 to make compatible with old code

20 Jan 23:24
b919dda
Compare
Choose a tag to compare

Releases v1.9.0

  1. Make compatible with old code
  2. Update all examples
  3. Update Packages_Patches

v1.8.0 to fix `multiple-definitions` linker error and to optimize library code by using `reference-passing` instead of `value-passing`

01 Jan 00:35
638b255
Compare
Choose a tag to compare

Releases v1.8.0

  1. Fix multiple-definitions linker error and weird bug related to src_cpp. Check Different behaviour using the src_cpp or src_h lib #80
  2. Optimize library code by using reference-passing instead of value-passing
  3. Update all examples
  4. Update Packages_Patches

v1.7.3 to Auto detect ESP32 core for LittleFS for WT32_ETH01 and to fix bug in examples

01 Dec 18:52
08cb978
Compare
Choose a tag to compare

Releases v1.7.3

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

v1.7.2 to fix bug causing crashing for cleared flash

02 Nov 18:23
24a9900
Compare
Choose a tag to compare

Releases v1.7.2

  1. Fix crashing issue for new cleared flash. Check RP2040_RTC_Time crashes Pico, does not work #3

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

12 Oct 23:18
2256c00
Compare
Choose a tag to compare

Releases v1.7.1

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

v1.7.0 to add support to RTL8720DN

10 Aug 03:55
3b899e7
Compare
Choose a tag to compare

Releases v1.7.0

  1. Add support to RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards
  2. Add examples with new features

Release v1.6.0 to add support to WT32_ETH01 (ESP32 + LAN8720) boards

16 Jul 19:18
c6dade7
Compare
Choose a tag to compare

Releases v1.6.0

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