Skip to content

Commit a170a83

Browse files
committed
added SAMD51 support
This adds support for SAMD51 boards, both with and without crystal. Tested with: * Adafruit Feather M0 (SAMD21 w/crystal) * Adafruit ItsyBitsy M4 (SAMD51 crystalless) * SparkFun SAMD51 Thing Plus (SAMD51 w/crystal) Tests included running the processors in standby mode.
1 parent 5a7245f commit a170a83

File tree

4 files changed

+159
-54
lines changed

4 files changed

+159
-54
lines changed

README.adoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
= RTC Library for Arduino =
22

3-
The RTC library enables an Arduino Zero or MKR1000 board to take control of the internal RTC.
3+
The RTC library enables a supported board to take control of the internal RTC.
4+
Supported boards are:
5+
SAMD21-based boards (Arduino Zero, MKR1000, Adafruit Feather M0, Sparkfun SAMD21 Mini Breakout, etc),
6+
SAMD51-based boards (Adafruit Grand Central M4, SparkFun SAMD51 Thing Plus, etc).
47

58
For more information about this library please visit us at
69
http://arduino.cc/en/Reference/RTC

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=RTCZero
22
version=1.6.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Allows to use the RTC functionalities. For Arduino Zero, MKRZero and MKR1000 only.
6-
paragraph=With this library you can use the RTC peripheral of an Arduino Zero or MKR1000 in order to program actions related to date and time.
5+
sentence=Allows to use the RTC functionalities. For Arduino Zero, MKRZero, MKR1000 (SAMD21), and SAMD51 boards.
6+
paragraph=With this library you can use the RTC peripheral of a supported board in order to program actions related to date and time. Supported boards are: SAMD21-based boards (Arduino Zero, MKR1000, Adafruit Feather M0, Sparkfun SAMD21 Mini Breakout, etc), SAMD51-based boards (Adafruit Grand Central M4, SparkFun SAMD51 Thing Plus, etc).
77
category=Timing
88
url=http://www.arduino.cc/en/Reference/RTC
99
architectures=samd

0 commit comments

Comments
 (0)