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

Commit 3b899e7

Browse files
authored
v1.7.0 to add support to RTL8720DN
### Releases v1.7.0 1. Add support to RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards 2. Add examples with new features
1 parent 7af991d commit 3b899e7

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,15 @@ This [**Timezone_Generic library**](https://github.com/khoih-prog/Timezone_Gener
192192
- RP2040-based boards, such as **Nano_RP2040_Connect**, using [**Arduino mbed OS for Nano boards**](https://github.com/arduino/ArduinoCore-mbed).
193193
- 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).
194194
- **WT32_ETH01 boards** using ESP32-based boards and LAN8720 Ethernet
195-
- **RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards**
195+
- **RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards**
196196

197197
### Currently Supported WiFi Modules and Shields
198198

199199
- **ESP8266 built-in WiFi**.
200200
- **ESP32 built-in WiFi**.
201201
- **WiFiNINA using WiFiNINA or WiFiNINA_Generic library**.
202202
- **ESP8266-AT, ESP32-AT WiFi shields using WiFiEspAT or [ESP8266_AT_WebServer](https://github.com/khoih-prog/ESP8266_AT_WebServer) library**.
203-
- **RTL8720DN, RTL8722DM, RTM8722CSM**
203+
- **RTL8720DN, RTL8722DM, RTL8722CSM**
204204

205205
### Currently Supported Ethernet Modules and Shields
206206

@@ -226,7 +226,7 @@ This [**Timezone_Generic library**](https://github.com/khoih-prog/Timezone_Gener
226226

227227
### Releases v1.7.0
228228

229-
1. Add support to RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards
229+
1. Add support to RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards
230230
2. Add examples with new features
231231

232232
### Releases v1.6.0
@@ -297,7 +297,7 @@ This [**Timezone_Generic library**](https://github.com/khoih-prog/Timezone_Gener
297297
12. [`Arduino Core for STM32 v2.0.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards. [![GitHub release](https://img.shields.io/github/release/stm32duino/Arduino_Core_STM32.svg)](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
298298
13. [`Arduino mbed_rp2040 core 2.3.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [![GitHub release](https://img.shields.io/github/release/arduino/ArduinoCore-mbed.svg)](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
299299
14. [`Earle Philhower's arduino-pico core v1.9.3+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [![GitHub release](https://img.shields.io/github/release/earlephilhower/arduino-pico.svg)](https://github.com/earlephilhower/arduino-pico/releases/latest)
300-
15. [`Arduino AmebaD core 3.0.8+`](https://github.com/ambiot/ambd_arduino) for Realtek RTL8720DN, RTL8722DM and RTM8722CSM. [![GitHub release](https://img.shields.io/github/release/ambiot/ambd_arduino.svg)](https://github.com/ambiot/ambd_arduino/releases/latest)
300+
15. [`Arduino AmebaD core 3.0.8+`](https://github.com/ambiot/ambd_arduino) for Realtek RTL8720DN, RTL8722DM and RTL8722CSM. [![GitHub release](https://img.shields.io/github/release/ambiot/ambd_arduino.svg)](https://github.com/ambiot/ambd_arduino/releases/latest)
301301

302302
16. [`Time v1.6.1+`](https://github.com/PaulStoffregen/Time). [![GitHub release](https://img.shields.io/github/release/PaulStoffregen/Time.svg)](https://github.com/PaulStoffregen/Time/releases/latest). For PIO [`Time library`](https://platformio.org/lib/show/44/Time)
303303
17. Depending on which board you're using:
@@ -3016,7 +3016,7 @@ The UTC time is 2:46:32
30163016
30173017
### Releases v1.7.0
30183018
3019-
1. Add support to RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards
3019+
1. Add support to RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards
30203020
2. Add examples with new features
30213021
30223022
### Releases v1.6.0
@@ -3080,15 +3080,15 @@ The UTC time is 2:46:32
30803080
- RP2040-based boards, such as **Nano_RP2040_Connect**, using [**Arduino mbed OS for Nano boards**](https://github.com/arduino/ArduinoCore-mbed).
30813081
- 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).
30823082
- **WT32_ETH01 boards** using ESP32-based boards and LAN8720 Ethernet
3083-
- **RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards**
3083+
- **RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards**
30843084
30853085
### Currently Supported WiFi Modules and Shields
30863086
30873087
- **ESP8266 built-in WiFi**.
30883088
- **ESP32 built-in WiFi**.
30893089
- **WiFiNINA using WiFiNINA or WiFiNINA_Generic library**.
30903090
- **ESP8266-AT, ESP32-AT WiFi shields using WiFiEspAT or [ESP8266_AT_WebServer](https://github.com/khoih-prog/ESP8266_AT_WebServer) library**.
3091-
- **RTL8720DN, RTL8722DM, RTM8722CSM**
3091+
- **RTL8720DN, RTL8722DM, RTL8722CSM**
30923092
30933093
### Currently Supported Ethernet Modules and Shields
30943094
@@ -3143,7 +3143,7 @@ Submit issues to: [Timezone_Generic issues](https://github.com/khoih-prog/Timezo
31433143
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)
31443144
16. Add support to ESP32-S2 (using SPIFFS or LittleFS) and ESP32-C3 boards (using SPIFFS)
31453145
17. Add support to **WT32_ETH01 boards** using ESP32-based boards and LAN8720 Ethernet
3146-
18. Add support to **RTL8720DN, RTL8722DM, RTM8722CSM, etc.** boards
3146+
18. Add support to **RTL8720DN, RTL8722DM, RTL8722CSM, etc.** boards
31473147
31483148
---
31493149
---

examples/RTL8720DN/TZ_NTP_Clock_RTL8720DN/TZ_NTP_Clock_RTL8720DN.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Built by Khoi Hoang https://github.com/khoih-prog/Timezone_Generic
1212
Licensed under MIT license
13-
Version: 1.6.0
13+
Version: 1.7.0
1414
1515
Version Modified By Date Comments
1616
------- ----------- ---------- -----------
@@ -23,6 +23,7 @@
2323
1.4.0 K Hoang 04/06/2021 Add support to RP2040-based boards using RP2040 Arduino-mbed or arduino-pico core
2424
1.5.0 K Hoang 13/06/2021 Add support to ESP32-S2 and ESP32-C3. Fix bug
2525
1.6.0 K Hoang 16/07/2021 Add support to WT32_ETH01
26+
1.7.0 K Hoang 10/08/2021 Add support to Ameba Realtek RTL8720DN, RTL8722DM and RTM8722CSM
2627
*****************************************************************************************************************************/
2728

2829
#include "defines.h"

examples/RTL8720DN/TZ_NTP_WorldClock_RTL8720DN/TZ_NTP_WorldClock_RTL8720DN.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Built by Khoi Hoang https://github.com/khoih-prog/Timezone_Generic
1212
Licensed under MIT license
13-
Version: 1.6.0
13+
Version: 1.7.0
1414
1515
Version Modified By Date Comments
1616
------- ----------- ---------- -----------
@@ -22,7 +22,8 @@
2222
Fix compiler warnings.
2323
1.4.0 K Hoang 04/06/2021 Add support to RP2040-based boards using RP2040 Arduino-mbed or arduino-pico core
2424
1.5.0 K Hoang 13/06/2021 Add support to ESP32-S2 and ESP32-C3. Fix bug
25-
1.6.0 K Hoang 16/07/2021 Add support to RTL8720DN
25+
1.6.0 K Hoang 16/07/2021 Add support to WT32_ETH01
26+
1.7.0 K Hoang 10/08/2021 Add support to Ameba Realtek RTL8720DN, RTL8722DM and RTM8722CSM
2627
*****************************************************************************************************************************/
2728

2829
#include "defines.h"

0 commit comments

Comments
 (0)