This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/Timezone_Generic
Releases · khoih-prog/Timezone_Generic
v1.10.1 to add support to RP2040W using `CYW43439 WiFi` with `arduino-pico` core
Releases v1.10.1
- Add support to
RP2040W
usingCYW43439 WiFi
witharduino-pico
core - Update dependencies and documents
- 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.
Releases v1.10.0
- Add support to Portenta_H7 Ethernet and WiFi
- Use Ethernet_Generic library as default for W5x00 Ethernet.
- Add Portenta_H7 examples
- 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__`
Releases v1.9.1
- Update to be compatible with new
FlashStorage_SAMD
- Use better
FlashStorage_STM32
orFlashStorage_STM32F1
library for STM32 - Add support to generic SAMD21 boards :
__SAMD21E1xA__
,__SAMD21G1xA__
and__SAMD21J1xA__
- Update
Packages_Patches
v1.9.0 to make compatible with old code
Releases v1.9.0
- Make compatible with old code
- Update all examples
- 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`
Releases v1.8.0
- Fix
multiple-definitions
linker error and weird bug related tosrc_cpp
. Check Different behaviour using the src_cpp or src_h lib #80 - Optimize library code by using
reference-passing
instead ofvalue-passing
- Update all examples
- Update
Packages_Patches
v1.7.3 to Auto detect ESP32 core for LittleFS for WT32_ETH01 and to fix bug in examples
Releases v1.7.3
- Auto detect ESP32 core for LittleFS for WT32_ETH01
- Fix bug in examples.
v1.7.2 to fix bug causing crashing for cleared flash
Releases v1.7.2
- 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`
Releases v1.7.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
v1.7.0 to add support to RTL8720DN
Releases v1.7.0
- Add support to RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards
- Add examples with new features
Release v1.6.0 to add support to WT32_ETH01 (ESP32 + LAN8720) boards
Releases v1.6.0
- Add support to WT32_ETH01 (ESP32 + LAN8720) boards
- Add examples with new features