-
Notifications
You must be signed in to change notification settings - Fork 3
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
Software IRQs are missing #4
Comments
Looking at the |
Yeah that sounds like the Pico SDK needs an update. You could also propose a PR here which updates the patch file to add them if you can't wait for them to appear upstream. |
It seems like embassy's PAC has this working, they probably patched the SVD. I'll see how that can work and will report this upstream. |
We also use a patch to add the extra IRQ's for rp2040-pac, see |
Resolved by #8 |
According to the RP235x datasheet, there are 6 spare IRQs which can be used for software interrupts:
SPAREIRQ_IRQ_0
SPAREIRQ_IRQ_1
SPAREIRQ_IRQ_2
SPAREIRQ_IRQ_3
SPAREIRQ_IRQ_4
SPAREIRQ_IRQ_5
However, these are not exported by this crate.
The text was updated successfully, but these errors were encountered: