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

feat: add support for Sparkfun ProMini 3.3V 8Mhz (sparkfun-promini-3v3) #491

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

tippfehlr
Copy link
Contributor

@tippfehlr tippfehlr commented Jan 14, 2024

This PR adds support for the ProMini 3.3V (8Mhz) (sparkfun-promini-3v3).
Apart from arduino-hal/src/clock.rs it is entirely copied from #435.

Because sparkfun-promini-3.3v is not a valid name, I left out the .3.
Another option would be to rename both the 5V and the 3.3V version to 16Mhz and 8Mhz respectively, eg.
- sparkfun-promini-16mhz
- sparkfun-promini-8mhz

Both variants are fine in my opinion, however renaming 5v to 16mhz would be a breaking change.

Original issue: #425

@tippfehlr tippfehlr force-pushed the sparkfun-promini-3.3v branch from 58d8616 to b01a201 Compare January 14, 2024 19:12
@stappersg
Copy link
Contributor

@tippfehlr
Copy link
Contributor Author

tippfehlr commented Jan 15, 2024

@stappersg You linked to this PR, not #445, which I assume you meant.

True, I didn’t check for existing PRs. However, because this is mergeable as is, I’ll leave it open.
I also changed the name to sparkfun-promini-3v3 because that it’s more appropriate.

#445 (comment): As I understand this the ProMini 3.3V is an Arduino (328P) clocked down, meaning it is only appropriate to handle it as such.

@tippfehlr tippfehlr changed the title feat: add support for Sparkfun ProMini 3.3V 8Mhz (sparkfun-promini-3v) feat: add support for Sparkfun ProMini 3.3V 8Mhz (sparkfun-promini-3v3) Jan 15, 2024
@Rahix Rahix force-pushed the sparkfun-promini-3.3v branch from c232cd1 to 2aa76a9 Compare March 31, 2024 23:01
Copy link
Owner

@Rahix Rahix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Rebased on main)

Thanks for the contribution!

@Rahix Rahix merged commit 21342dc into Rahix:main Mar 31, 2024
24 checks passed
@tippfehlr tippfehlr deleted the sparkfun-promini-3.3v branch March 31, 2024 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants