-
-
Notifications
You must be signed in to change notification settings - Fork 725
Add Sercom defs for SPI and Wire in variant #24
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
Conversation
YEs sure, Thank. |
@smkkHw, PR done here: ameltech/sme-arduino-core#4 |
@aethaniel has added two commits with defaults for SPI and Wire, so updating the Zero core will not break derivatives. |
@ArduinoBot build this please |
✅ Build completed. ⬇️ Build URL: ℹ️ To test this build:
|
Tested with SmartEverything Fox.
|
I tested mapping Wire to SERCOM0 in my board's variant. Works great, thanks! |
This PR allows people working on their own SAMD21 based variant to use different Sercom for either SPI or Wire.
This PR solves the two concerns pointed in #3
Contains 5 atomic commits.