-
Notifications
You must be signed in to change notification settings - Fork 1.3k
atmel-samd: add same51, feather_m4_can #3384
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
This is compile-tested, and requires updates in the related submodules: adafruit/samd-peripherals#35 adafruit/asf4#37 This should not be merged until those can also be merged.
@jepler are the asf4 and samd-peripheral submodules up to the versions you want in the PR now? |
No, I will tend to it tomorrow or monday. |
.. there is an instance of it that looks like a "true positive", but it only affects sdhc transfers that are not a multiple of 4 bytes, which I don't think happens. (sd card blocks are always 512 bytes) I can fix this in our asf4 repo but that would mean this should be deferred until after adafruit#3384 is merged, since that also touches asf4 very invasively by adding a whole new chip family.
@dhalbert I think this is ready to go, both the related PRs are closed merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you bump the submodule commits to the merge commits?
The merge commit for the latest asf4 is
adafruit/asf4@84f56af
Currently this is at https://github.com/adafruit/asf4/tree/1b87f18f8091f258e63f85cef54bcc7bafd44598
Similar for samd-peripherals: merge commit is adafruit/samd-peripherals@2ff4ab0.
This is at https://github.com/adafruit/samd-peripherals/tree/15fd96f4d8c38d5490767ea09469b82a231a768d
Happy to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
This is compile-tested, and requires updates in the related submodules:
adafruit/samd-peripherals#35
adafruit/asf4#37
This should not be merged until those can also be merged.