Re: [PATCH v2 5/5] tests/qtest : Add testcase for DM163

2024-02-28 Thread Thomas Huth
On 28/02/2024 12.32, Inès Varhol wrote: `test_dm163_bank()` Checks that the pin "sout" of the DM163 led driver outputs the values received on pin "sin" with the expected latency (depending on the bank). `test_dm163_gpio_connection()` Check that changes to relevant STM32L4x5 GPIO pins are

[PATCH v2 5/5] tests/qtest : Add testcase for DM163

2024-02-28 Thread Inès Varhol
`test_dm163_bank()` Checks that the pin "sout" of the DM163 led driver outputs the values received on pin "sin" with the expected latency (depending on the bank). `test_dm163_gpio_connection()` Check that changes to relevant STM32L4x5 GPIO pins are propagated to the DM163 device. Signed-off-by: