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

Commit 1b05d59

Browse files
authored
v1.10.0 to add support to Portenta_H7
### Releases v1.10.0 1. Add support to Portenta_H7 Ethernet and WiFi 2. Use [Ethernet_Generic](https://github.com/khoih-prog/Ethernet_Generic) library as default for W5x00 Ethernet. 3. Update `Packages_Patches`
1 parent 080275d commit 1b05d59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Timezone_Generic",
33
"version": "1.10.0",
4-
"keywords": "timing, device, control, ntp, rtc, wifi, ethernet, WiFiNINA, SAM DUE, SAMD, nRF52, STM32, wt32-eth01, rp2040, nano-rp2040-connect, rtl8720, FlashStorage, DueFlashStorage, LittleFS, EEPROM, rpi-pico",
4+
"keywords": "timing, ntp, rtc, wifi, ethernet, WiFiNINA, SAM DUE, SAMD, nRF52, STM32, wt32-eth01, rp2040, nano-rp2040-connect, rtl8720, FlashStorage, DueFlashStorage, LittleFS, EEPROM, portenta-h7, rpi-pico",
55
"description": "Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments. For ESP8266, ESP32, WT32-ETH01 (ESP32 + LAN8720), SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO), Portenta_H7 (Ethernet or WiFi) boards, etc. using W5x00/ENC28J60/LAN8742A Ethernet, ESP or ESP-AT WiFi or WiFiNINA. Ethernet_Generic library is used as default for W5x00.",
66
"authors": [
77
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author=Jack Christensen <jack.christensen@outlook.com>, Khoi Hoang <khoih.prog@g
44
maintainer=Khoi Hoang <khoih.prog@gmail.com>
55
sentence=Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.
66
paragraph=The primary goal of the Timezone_Generic library is to convert Universal Coordinated Time (UTC) to the correct local time, whether it is Daylight Saving Time (a.k.a. summer time, DST) or standard time. For ESP8266/ESP32, WT32-ETH01 (ESP32 + LAN8720), RTL8720DN, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO) boards, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi
7-
category=Timing, Device, Control, RTC, wifi, ethernet
7+
category=Device Control
88
url=https://github.com/khoih-prog/Timezone_Generic
99
architectures=*
1010
repository=https://github.com/khoih-prog/Timezone_Generic

0 commit comments

Comments
 (0)