stm32: interrupt_controller (exti): Rework to support peripheral lines #85366
Labels
area: Interrupt Controller
Enhancement
Changes/Updates/Additions to existing features
platform: STM32
ST Micro STM32
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
The text was updated successfully, but these errors were encountered: