Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added SAMD51 support #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

drewfish
Copy link

@drewfish drewfish commented Dec 2, 2020

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.

Addresses #57

@drewfish
Copy link
Author

drewfish commented Dec 2, 2020

I realize that all those "same for SAMD21 and SAMD51" comments might be considered noisy. I'm happy to remove them, or make any other style changes.

@per1234 per1234 added the type: enhancement Proposed improvement label Dec 2, 2020
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.
@dcelectr
Copy link

@drewfish THANK YOU!
I tested the files from this pull request on Feather M0, Feather M4, ItsyBitsy M4, and Arduino Zero with the SimpleRTC.ino, and I had NO issues. (For Arduino ZERO I had to change Serial.* to SerialUSB.* in the SimpleRTC.ino sketch to view Serial monitor over the native USB.)

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@per1234 per1234 added the topic: code Related to content of the project itself label May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants