-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
SPI: restore 12MHz as maximum frequency #622
Conversation
Is 12Mhz really the limit of the SPI hardware? Or is this just a limit of the slave devices used in the bug report and/or the wiring used? Also, this says "restore", so it would be good if the commit message would refer to the commit that lifted this limitation previously and comments on why that was wrong (if it is)? |
The "previous behaviour" I was referring to is the one documented here https://github.com/arduino/ArduinoCore-samd/blob/master/libraries/SPI/SPI.h#L37-L43 . |
✅ Build completed. ⬇️ Build URL: ℹ️ To test this build:
|
Do I need to turn off some kind of signature verification to test this? |
Any progress on fixing the signature verification for this so it can be tested? |
Fixes #593