Re: [PATCH 2/2] tests/qtest: Check that EXTI fan-in irqs are correctly connected

2024-02-15 Thread Peter Maydell
On Mon, 12 Feb 2024 at 16:34, Inès Varhol wrote: > > This commit adds a QTest that verifies each input line of a specific > EXTI OR gate can influence the output line. > > Signed-off-by: Inès Varhol > --- > tests/qtest/stm32l4x5_exti-test.c | 97 +++ > 1 file changed,

[PATCH 2/2] tests/qtest: Check that EXTI fan-in irqs are correctly connected

2024-02-12 Thread Inès Varhol
This commit adds a QTest that verifies each input line of a specific EXTI OR gate can influence the output line. Signed-off-by: Inès Varhol --- tests/qtest/stm32l4x5_exti-test.c | 97 +++ 1 file changed, 97 insertions(+) diff --git a/tests/qtest/stm32l4x5_exti-test.c