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

Make XIRQ trigger configuration *programmable* #911

Merged
merged 9 commits into from
May 28, 2024

Conversation

stnolting
Copy link
Owner

This PR removes the XIRQ_TRIGGER_TYPE and XIRQ_TRIGGER_POLARITY generics which were used to configure the type (level or edge) and the polarity (low/high or rising/falling) of each XIRQ channel.

They are replaced by two new XIRQ registers (TTYP and TPOL) to allow online configuration (i.e. during runtime) of the trigger type for each XIRQ channel.

@stnolting stnolting added enhancement New feature or request HW Hardware-related labels May 27, 2024
@stnolting stnolting self-assigned this May 27, 2024
@stnolting stnolting marked this pull request as ready for review May 27, 2024 20:22
@stnolting stnolting merged commit dba01ce into main May 28, 2024
10 checks passed
@stnolting stnolting deleted the programmable_xirq_trigger branch May 28, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW Hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant