Re: [PATCH] tests/qtest: Fix STM32L4x5 SYSCFG irq line 15 state assumption

2024-07-01 Thread Peter Maydell
On Sat, 29 Jun 2024 at 11:46, Inès Varhol wrote: > > The QTest `test_irq_pin_multiplexer` makes the assumption that the > reset state of irq line 15 is low, which is false since STM32L4x5 GPIO > was implemented (the reset state of pin GPIOA15 is high because there's > pull-up and it results in the

[PATCH] tests/qtest: Fix STM32L4x5 SYSCFG irq line 15 state assumption

2024-06-29 Thread Inès Varhol
The QTest `test_irq_pin_multiplexer` makes the assumption that the reset state of irq line 15 is low, which is false since STM32L4x5 GPIO was implemented (the reset state of pin GPIOA15 is high because there's pull-up and it results in the irq line 15 also being high at reset). It wasn't triggerin