Re: [PATCH v3 0/3] Connect STM32L4x5 USART devices to the EXTI

2024-07-08 Thread Peter Maydell
On Sun, 7 Jul 2024 at 09:59, Inès Varhol wrote: > > STM32L4x5 EXTI was handling only configurable interrupts > (such as those coming from STM32L4x5 SYSCFG which was the > only device connected to the EXTI). > This patch adds support for direct line interrupts and > connects the existing STM32L4x5

[PATCH v3 0/3] Connect STM32L4x5 USART devices to the EXTI

2024-07-07 Thread Inès Varhol
STM32L4x5 EXTI was handling only configurable interrupts (such as those coming from STM32L4x5 SYSCFG which was the only device connected to the EXTI). This patch adds support for direct line interrupts and connects the existing STM32L4x5 USART devices to the EXTI. The patch also corrects the handli