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 ONEWIRE and GPTMR interrupts #859

Merged
merged 6 commits into from Mar 23, 2024
Merged

Conversation

stnolting
Copy link
Owner

⚠️ Rework ONEWIRE Interrupt

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

⚠️ Rework GPTMR Interrupt

The GPTMR timer interrupt will now remain pending until explicitly cleared by writing zero to the module's GPTMR_CTRL_TRIGM and/or GPTMR_CTRL_TRIGC control register bits (depneing on the interrupt trigger configuration).

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
keep interrupt pending until explicitly cleared by writing zero to interrupt trigger state bit(s)
interrupt will stay active as long as the module is in idle state
@stnolting stnolting marked this pull request as ready for review March 23, 2024 20:52
@stnolting stnolting merged commit fe384b7 into main Mar 23, 2024
10 checks passed
@stnolting stnolting deleted the irq_rework_230324 branch March 23, 2024 20:58
@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