This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/RP2040_RTC
Releases · khoih-prog/RP2040_RTC
v1.1.1 to add support to RP2040W using CYW43439 WiFi with arduino-pico core
Releases v1.1.1
- Add support to
RP2040W
usingCYW43439 WiFi
witharduino-pico
core
v1.1.0 to use new Ethernet_Generic library, to add support to `SPI1` for `RP2040` using `arduino-pico` core and to WIZNet W5100S Ethernet
Releases v1.1.0
- Use new Ethernet_Generic library as default for W5x00.
- Add support to
SPI1
forRP2040
usingEarle Philhower's arduino-pico
core - Add support to WIZNet W5100S, such as WIZnet Ethernet HAT and W5100S-EVB-Pico
v1.0.8 to update dependency on Timezone_Generic Library
Releases v1.0.8
- Update dependency on Timezone_Generic Library
- Update examples
v1.0.7 to fix bug in rtc_set_datetime()
Releases v1.0.7
- Fix bug in rtc_set_datetime(). Check Library converts datetime_t incorrectly, causing example to fail #4
v1.0.6 to update platform in `library.json`
Releases v1.0.6
- Fix platform in
library.json
v1.0.5 to Fix examples' issue with Nano_RP2040_Connect not updating RTC
Releases v1.0.5
- Fix examples' issue with Nano_RP2040_Connect not updating RTC
Release v1.0.4 to use TimeLib instead of Time to avoid case-insensitive issue with Windows and MacOS.
Releases v1.0.4
- Using TimeLib instead of Time to avoid case-insensitive issue with Windows and MacOS.
Release v1.0.3 to add simple examples with manual time input
Releases v1.0.3
- Add simple examples with manual time input
Release v1.0.2 to fix bug in display alarm time due to buggy `datetime_to_str()` function
Releases v1.0.2
- Fix bug in display alarm time due to buggy
datetime_to_str()
function
Release v1.0.1 to add mbed_nano architecture for NANO_RP2040_CONNECT using Arduino-mbed RP2040 core
Releases v1.0.1
- Fix
library.properties
to addmbed_nano
architecture for NANO_RP2040_CONNECT using Arduino-mbed RP2040 core