]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/misc: In STM32L4x5 EXTI, handle direct interrupts
authorInès Varhol <ines.varhol@telecom-paris.fr>
Sun, 7 Jul 2024 08:58:54 +0000 (10:58 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Jul 2024 10:41:34 +0000 (11:41 +0100)
commitbc080002cea5893fcbb0e651f6482f27a19356fb
tree4daca05cad7169682cc29884320e72b3b3fd9cf4
parent27d405301a676beffea4c13f5108c344fa6b8165
hw/misc: In STM32L4x5 EXTI, handle direct interrupts

The previous implementation for EXTI interrupts only handled
"configurable" interrupts, like those originating from STM32L4x5 SYSCFG
(the only device currently connected to the EXTI up until now).

In order to connect STM32L4x5 USART to the EXTI, this commit adds
handling for direct interrupts (interrupts without configurable edge).

Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
Message-id: 20240707085927.122867-3-ines.varhol@telecom-paris.fr
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/misc/stm32l4x5_exti.c