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

Commit 367b3dd

Browse files
authored
v1.10.1 to add support to RP2040W
### 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`
1 parent 89a32d8 commit 367b3dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ This [**Timezone_Generic library**](https://github.com/khoih-prog/Timezone_Gener
244244
15. [`Arduino AmebaD core 3.1.4+`](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)
245245
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)
246246
17. Depending on which board you're using:
247-
- [`DueFlashStorage library v1.0.0+`](https://github.com/sebnil/DueFlashStorage) for SAM DUE. [![GitHub release](https://img.shields.io/github/release/sebnil/DueFlashStorage.svg)](https://github.com/sebnil/DueFlashStorage/releases/latest)
247+
- [`DueFlashStorage library v1.0.0+`](https://github.com/sebnil/DueFlashStorage) for SAM DUE.
248248
- [`FlashStorage_SAMD library v1.3.2+`](https://github.com/khoih-prog/FlashStorage_SAMD) for SAMD21 and SAMD51 boards (ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit Itsy-Bitsy M4, etc.). [![GitHub release](https://img.shields.io/github/release/khoih-prog/FlashStorage_SAMD.svg)](https://github.com/khoih-prog/FlashStorage_SAMD/releases/latest)
249249
- [`FlashStorage_STM32F1 library v1.1.0+`](https://github.com/khoih-prog/FlashStorage_STM32F1) for STM32F1/F3 boards. [![GitHub release](https://img.shields.io/github/release/khoih-prog/FlashStorage_STM32F1.svg)](https://github.com/khoih-prog/FlashStorage_STM32F1/releases/latest)
250250
- [`FlashStorage_STM32 library v1.2.0+`](https://github.com/khoih-prog/FlashStorage_STM32) for STM32F/L/H/G/WB/MP1 boards. [![GitHub release](https://img.shields.io/github/release/khoih-prog/FlashStorage_STM32.svg)](https://github.com/khoih-prog/FlashStorage_STM32/releases/latest)
@@ -1197,13 +1197,13 @@ tz.display_STD_Rule();
11971197
11981198
#### 1. File [TZ_NTP_Clock_Ethernet.ino](examples/Ethernet/TZ_NTP_Clock_Ethernet/TZ_NTP_Clock_Ethernet.ino)
11991199
1200-
https://github.com/khoih-prog/Timezone_Generic/blob/1ae8583ed1270116fb97c065f6cbb711e8e94e43/examples/Ethernet/TZ_NTP_Clock_Ethernet/TZ_NTP_Clock_Ethernet.ino#L21-L434
1200+
https://github.com/khoih-prog/Timezone_Generic/blob/89a32d8fa53577523b3826f08071fd4f546ab44a/examples/Ethernet/TZ_NTP_Clock_Ethernet/TZ_NTP_Clock_Ethernet.ino#L21-L434
12011201
12021202
---
12031203
12041204
#### 2. File [defines.h](examples/Ethernet/TZ_NTP_Clock_Ethernet/defines.h)
12051205
1206-
https://github.com/khoih-prog/Timezone_Generic/blob/1ae8583ed1270116fb97c065f6cbb711e8e94e43/examples/Ethernet/TZ_NTP_Clock_Ethernet/defines.h#L10-L475
1206+
https://github.com/khoih-prog/Timezone_Generic/blob/89a32d8fa53577523b3826f08071fd4f546ab44a/examples/Ethernet/TZ_NTP_Clock_Ethernet/defines.h#L10-L475
12071207
12081208
---
12091209
---

0 commit comments

Comments
 (0)