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

⚠️ rework TWI interrupt #860

Merged
merged 7 commits into from
Mar 23, 2024
Merged

⚠️ rework TWI interrupt #860

merged 7 commits into from
Mar 23, 2024

Conversation

stnolting
Copy link
Owner

⚠️ Rework TWI Interrupt

The interrupt of the TWI module will now become set whenever the module is in idle state (e.g. after completing an operation).

XIRQ Interrupt

The CPU interrupt of the XIRQ module will now stay high until explicitly acknowledge by writing to the module's ESC register.

Note

This PR is part of a series that aims to unify (and simplify) the entire interrupt system of the processor.

@stnolting stnolting added HW hardware-related cleanup clean-up the codebase labels Mar 23, 2024
@stnolting stnolting self-assigned this Mar 23, 2024
@stnolting stnolting marked this pull request as ready for review March 23, 2024 21:33
@stnolting stnolting merged commit 7e5b3c4 into main Mar 23, 2024
10 checks passed
@stnolting stnolting deleted the irq_rework2 branch March 23, 2024 21:37
@stnolting stnolting added the experimental Experimental feature label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup clean-up the codebase experimental Experimental feature HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant