Skip to content

stm32: interrupt_controller (exti): Rework to support peripheral lines #85366

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

Open
erwango opened this issue Feb 7, 2025 · 0 comments
Open
Assignees
Labels
area: Interrupt Controller Enhancement Changes/Updates/Additions to existing features platform: STM32 ST Micro STM32

Comments

@erwango
Copy link
Member

erwango commented Feb 7, 2025

Is your enhancement proposal related to a problem? Please describe.
Current STM32 Interrupt controller (EXTI) implementation only supports GPIO lines.

As a consequence, it can not be reused for other drivers that rely on EXTI and those drivers need to reimplement the whole EXTI logic on their side.

Describe the solution you'd like
Rework STM32 EXTI driver to allow usage across the whole range of peripherals

Additional context
See #85022

@erwango erwango added Enhancement Changes/Updates/Additions to existing features platform: STM32 ST Micro STM32 area: Interrupt Controller labels Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Interrupt Controller Enhancement Changes/Updates/Additions to existing features platform: STM32 ST Micro STM32
Projects
None yet
Development

No branches or pull requests

1 participant