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

Refactor VectActive to Vector and pass it to DefaultHandler. #437

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

reitermarkus
Copy link
Member

Changes:

  • Add a Vector::map_interrupt function to allow mapping the Vector::Interrupt variant to e.g. a HAL's interrupt type.
  • Add a SCB::vect_pendingfunction for getting the pending vector, if any.

@rust-highfive
Copy link

r? @thalesfragoso

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cortex-m labels May 5, 2022
@reitermarkus reitermarkus force-pushed the active-vector branch 3 times, most recently from ef6fb9b to fd04623 Compare May 5, 2022 12:13
@reitermarkus reitermarkus force-pushed the active-vector branch 5 times, most recently from 0b207d0 to 75c8227 Compare May 5, 2022 13:57
@reitermarkus
Copy link
Member Author

reitermarkus commented Jul 5, 2023

@thalesfragoso, ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cortex-m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants