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

Commit 48d6019

Browse files
authored
v1.6.0 to add support to WT32_ETH01
### Releases v1.6.0 1. Add support to WT32_ETH01 (ESP32 + LAN8720) boards 2. Add examples with new features
1 parent 452c3ff commit 48d6019

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

README.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
21522152
21532153
```
21542154
Start TZ_NTP_WorldClock_Ethernet on NRF52840_FEATHER with ENC28J60 using EthernetENC Library
2155-
Timezone_Generic v1.5.0
2155+
Timezone_Generic v1.6.0
21562156
[ETHERNET_WEBSERVER] =========================
21572157
[ETHERNET_WEBSERVER] Default SPI pinout:
21582158
[ETHERNET_WEBSERVER] MOSI: 25
@@ -2206,7 +2206,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
22062206
22072207
```
22082208
Start TZ_NTP_WorldClock_Ethernet on NRF52840_FEATHER with W5x00 using EthernetLarge Library
2209-
Timezone_Generic v1.5.0
2209+
Timezone_Generic v1.6.0
22102210
[ETHERNET_WEBSERVER] =========== USE_ETHERNET_LARGE ===========
22112211
[ETHERNET_WEBSERVER] Default SPI pinout:
22122212
[ETHERNET_WEBSERVER] MOSI: 25
@@ -2263,7 +2263,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
22632263
22642264
```
22652265
Starting TZ_NTP_WorldClock_WiFiNINA on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
2266-
Timezone_Generic v1.5.0
2266+
Timezone_Generic v1.6.0
22672267
Connecting to WPA SSID: HueNet1
22682268
You're connected to the network, IP = 192.168.2.128
22692269
Listening on port 2390
@@ -2303,7 +2303,7 @@ The following is debug terminal output when running example [**RTC_STM32_Etherne
23032303
23042304
```
23052305
Start RTC_STM32_Ethernet on NUCLEO_F767ZI, using W5x00 & Ethernet2 Library
2306-
Timezone_Generic v1.5.0
2306+
Timezone_Generic v1.6.0
23072307
DS323x_Generic v1.1.0
23082308
[ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
23092309
[ETHERNET_WEBSERVER] Default SPI pinout:
@@ -2333,7 +2333,7 @@ The following is debug terminal output when running example [**RTC_Ethernet**](e
23332333
23342334
```
23352335
Start RTC_Ethernet on SAM DUE with W5x00 using EthernetLarge Library
2336-
Timezone_Generic v1.5.0
2336+
Timezone_Generic v1.6.0
23372337
DS323x_Generic v1.1.0
23382338
[ETHERNET_WEBSERVER] =========== USE_ETHERNET_LARGE ===========
23392339
[ETHERNET_WEBSERVER] Default SPI pinout:
@@ -2368,7 +2368,7 @@ The following is debug terminal output when running example [**RTC_Ethernet**](e
23682368
23692369
```
23702370
Start RTC_Ethernet on NRF52840_FEATHER with W5x00 using EthernetLarge Library
2371-
Timezone_Generic v1.5.0
2371+
Timezone_Generic v1.6.0
23722372
DS323x_Generic v1.1.0
23732373
[ETHERNET_WEBSERVER] =========== USE_ETHERNET_LARGE ===========
23742374
[ETHERNET_WEBSERVER] Default SPI pinout:
@@ -2410,7 +2410,7 @@ The following is debug terminal output when running example [**tzTest**](example
24102410
24112411
```
24122412
Starting TZTest on NRF52840_FEATHER
2413-
Timezone_Generic v1.5.0
2413+
Timezone_Generic v1.6.0
24142414
-------- Apr-2018 time change --------
24152415
13:59:57 Sat 31 Mar 2018 UTC = 02:59:57 Sun 01 Apr 2018 NZDT
24162416
13:59:58 Sat 31 Mar 2018 UTC = 02:59:58 Sun 01 Apr 2018 NZDT
@@ -2516,7 +2516,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
25162516
25172517
```
25182518
Start WriteRules on NRF52840_FEATHER
2519-
Timezone_Generic v1.5.0
2519+
Timezone_Generic v1.6.0
25202520
[TZ] Saving m_dst & m_std to TZ_file : /timezone.dat , data offset = 0
25212521
[TZ] Saving to TZ_file OK
25222522
WriteRules done
@@ -2541,7 +2541,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
25412541
25422542
```
25432543
Start WriteRules on SAMD_NANO_33_IOT
2544-
Timezone_Generic v1.5.0
2544+
Timezone_Generic v1.6.0
25452545
WriteRules done
25462546
readRules done
25472547
[TZ] DST rule
@@ -2562,7 +2562,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
25622562
25632563
```
25642564
Start WriteRules on NUCLEO_F767ZI
2565-
Timezone_Generic v1.5.0
2565+
Timezone_Generic v1.6.0
25662566
[TZ] Write to EEPROM, size = 16384 , offset = 0
25672567
WriteRules done
25682568
[TZ] Read from EEPROM, size = 16384 , offset = 0
@@ -2585,7 +2585,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
25852585
25862586
```
25872587
Start WriteRules
2588-
Timezone_Generic v1.5.0
2588+
Timezone_Generic v1.6.0
25892589
[TZ] Writing to dueFlashStorage OK
25902590
WriteRules done
25912591
[TZ] Reading from dueFlashStorage OK
@@ -2608,7 +2608,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
26082608
26092609
```
26102610
Start WriteRules on ESP32_DEV
2611-
Timezone_Generic v1.5.0
2611+
Timezone_Generic v1.6.0
26122612
[TZ] Saving m_dst & m_std to TZ_file : /timezone.dat , data offset = 0
26132613
[TZ] Saving to TZ_file OK
26142614
WriteRules done
@@ -2633,7 +2633,7 @@ The following is debug terminal output when running example [**WriteRules**](exa
26332633
26342634
```
26352635
Start WriteRules on ESP8266_NODEMCU
2636-
Timezone_Generic v1.5.0
2636+
Timezone_Generic v1.6.0
26372637
[TZ] Saving m_dst & m_std to TZ_file : /timezone.dat , data offset = 0
26382638
[TZ] Saving to TZ_file OK
26392639
WriteRules done
@@ -2658,7 +2658,7 @@ The following is debug terminal output when running example [**BI_RTC_STM32_Ethe
26582658
26592659
```
26602660
Start BI_RTC_STM32_Ethernet on NUCLEO_F767ZI, using LAN8742A Ethernet & STM32Ethernet Library
2661-
Timezone_Generic v1.5.0
2661+
Timezone_Generic v1.6.0
26622662
[ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
26632663
[ETHERNET_WEBSERVER] Default SPI pinout:
26642664
[ETHERNET_WEBSERVER] MOSI: 11
@@ -2699,7 +2699,7 @@ The following is debug terminal output when running example [**BI_RTC_Alarm_STM3
26992699
27002700
```
27012701
Start BI_RTC_Alarm_STM32_Ethernet on NUCLEO_F767ZI, using LAN8742A Ethernet & STM32Ethernet Library
2702-
Timezone_Generic v1.5.0
2702+
Timezone_Generic v1.6.0
27032703
[ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
27042704
[ETHERNET_WEBSERVER] Default SPI pinout:
27052705
[ETHERNET_WEBSERVER] MOSI: 11
@@ -2745,7 +2745,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
27452745
27462746
```
27472747
Start TZ_NTP_WorldClock_WiFiNINA on MBED NANO_RP2040_CONNECT with WiFiNINA using WiFiNINA_Generic Library
2748-
Timezone_Generic v1.5.0
2748+
Timezone_Generic v1.6.0
27492749
Connecting to WPA SSID: HueNet1
27502750
You're connected to the network, IP = 192.168.2.153
27512751
Listening on port 2390
@@ -2796,7 +2796,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
27962796
27972797
```
27982798
Start TZ_NTP_WorldClock_Ethernet on MBED RASPBERRY_PI_PICO with W5x00 using EthernetLarge Library
2799-
Timezone_Generic v1.5.0
2799+
Timezone_Generic v1.6.0
28002800
[EWS] =========== USE_ETHERNET_LARGE ===========
28012801
[EWS] Default SPI pinout:
28022802
[EWS] MOSI: 3
@@ -2843,7 +2843,7 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
28432843
28442844
```
28452845
Start TZ_NTP_WorldClock_Ethernet on RASPBERRY_PI_PICO with W5x00 using EthernetLarge Library
2846-
Timezone_Generic v1.5.0
2846+
Timezone_Generic v1.6.0
28472847
[EWS] =========== USE_ETHERNET_LARGE ===========
28482848
[EWS] Default SPI pinout:
28492849
[EWS] MOSI: 19
@@ -2990,6 +2990,7 @@ The UTC time is 18:25:17
29902990
- **Arduino MegaAVR boards (UNO WiFi Rev 2, Nano Every, etc.)**
29912991
- RP2040-based boards, such as **Nano_RP2040_Connect**, using [**Arduino mbed OS for Nano boards**](https://github.com/arduino/ArduinoCore-mbed).
29922992
- RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed) or [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico).
2993+
- **WT32_ETH01 boards** using ESP32-based boards and LAN8720 Ethernet
29932994
29942995
### Currently Supported WiFi Modules and Shields
29952996
@@ -3003,6 +3004,7 @@ The UTC time is 18:25:17
30033004
- **W5x00's using Ethernet, EthernetLarge, Ethernet2 or Ethernet3 Library.**
30043005
- **ENC28J60 using EthernetENC or UIPEthernet library.**
30053006
- **LAN8742A using STM32Ethernet / STM32 LwIP libraries.**
3007+
- **LAN8720A in WT32-ETH01** using [`WebServer_WT32_ETH01`](https://github.com/khoih-prog/WebServer_WT32_ETH01).
30063008
30073009
### Currently Supported Storage
30083010
@@ -3048,6 +3050,7 @@ Submit issues to: [Timezone_Generic issues](https://github.com/khoih-prog/Timezo
30483050
14. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico).
30493051
15. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed)
30503052
16. Add support to ESP32-S2 (using SPIFFS or LittleFS) and ESP32-C3 boards (using SPIFFS)
3053+
17. Add support to **WT32_ETH01 boards** using ESP32-based boards and LAN8720 Ethernet
30513054
30523055
---
30533056
---

0 commit comments

Comments
 (0)