Re: [PATCH v4 3/3] tests/qtest: Add STM32L4x5 GPIO QTest testcase

2024-02-23 Thread Philippe Mathieu-Daudé
On 7/2/24 14:23, Inès Varhol wrote: The testcase contains : - `test_idr_reset_value()` : Checks the reset values of MODER, OTYPER, PUPDR, ODR and IDR. - `test_gpio_output_mode()` : Checks that writing a bit in register ODR results in the corresponding pin rising or lowering, if this pin is config

[PATCH v4 3/3] tests/qtest: Add STM32L4x5 GPIO QTest testcase

2024-02-07 Thread Inès Varhol
The testcase contains : - `test_idr_reset_value()` : Checks the reset values of MODER, OTYPER, PUPDR, ODR and IDR. - `test_gpio_output_mode()` : Checks that writing a bit in register ODR results in the corresponding pin rising or lowering, if this pin is configured in output mode. - `test_gpio_inpu