-
Notifications
You must be signed in to change notification settings - Fork 134
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
[extint] Adds external interrupt support for SAM #436
Conversation
ec0e8ab
to
8f10d99
Compare
An advanced alternative to allocating the function at runtime would be to place the function addresses into a linker section (analog to how However, you could probably get 90% there with an lbuild configurable handler list in RAM, so… 🤷♂️ |
1a35188
to
e7d9846
Compare
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.
Not sure what is up with CI, I hope it is not my fault :)
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.
I'm ok to merge this if you are (and I understand what's wrong in the CI).
SGTM, ready to merge. |
9d4faf9
to
cbce428
Compare
Solves #435
Let me know if you have any feedback on the approach, I am green-fielding this area and it would be cool if we could eventually match the interrupt implementations for the other platforms to this.
The end goal would be to be able to compile the example added in this PR for any platform that supports interrupts.