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

✨ add GPIO interrupt(s) #1159

Merged
merged 15 commits into from
Jan 15, 2025
Merged

✨ add GPIO interrupt(s) #1159

merged 15 commits into from
Jan 15, 2025

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Jan 15, 2025

As proposed by @stdefeber (#1140 (comment)) and described in #1155, this PR removes the XIRQ module and adds the interrupt capabilities of it to the GPIO input port.

  • ✨ add programmable input pin interrupt(s) to GPIO controller
  • ⚠️ remove external interrupts controller (XIRQ)
  • ⚠️ reduce GPIO input/output ports width from 64-bit to 32-bit

@stnolting stnolting added enhancement New feature or request HW Hardware-related labels Jan 15, 2025
@stnolting stnolting self-assigned this Jan 15, 2025
@stnolting stnolting linked an issue Jan 15, 2025 that may be closed by this pull request
@stnolting stnolting marked this pull request as ready for review January 15, 2025 20:29
@stnolting stnolting merged commit 8603c0d into main Jan 15, 2025
10 checks passed
@stnolting stnolting deleted the gpio_irq branch January 15, 2025 20:31
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.

interrupt capabilities for the GPIO controller?
1 participant