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

hub75: don't enable an unrelated IRQ #1033

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Conversation

Daft-Freak
Copy link
Contributor

DREQs are not IRQs, DREQ_PIO0_TXn happens to align with TIMER_IRQ_n so this enabled a timer IRQ.

(This is something I happened to notice while poking around in there)

DREQs are not IRQs, `DREQ_PIO0_TXn` happens to align with `TIMER_IRQ_n` so this enabled a timer IRQ.
@Daft-Freak
Copy link
Contributor Author

More importantly, just noticed that stop would disable that IRQ which seems a lot more likely to break things...

@Gadgetoid
Copy link
Member

Gadgetoid commented Dec 4, 2024

😬 I feel this pattern might be copied into a few places, will have a hunt. Thank you!

Well quick look here and apparently it isn't, whew!

@Gadgetoid Gadgetoid merged commit 17d180d into pimoroni:main Dec 4, 2024
15 checks passed
@Daft-Freak Daft-Freak deleted the patch-1 branch December 4, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants