[PATCH v2 7/7] Add tests for the STM32L4x5_RCC

2024-01-18 Thread Arnaud Minier
Thanks Thomas for the reply. I resend this patch as is because it was not properly linked with the patch note due to a mistake on my part. Will definitely change qts_wait_for_flag() function in the next version ! These tests test: - the ability to set the sysclk of the device - the ability to ena

Re: [PATCH v2 7/7] Add tests for the STM32L4x5_RCC

2024-01-18 Thread Thomas Huth
On 18/01/2024 10.14, Arnaud Minier wrote: Maybe add a short patch description about what exactly is being tested here? Signed-off-by: Arnaud Minier Signed-off-by: Inès Varhol --- tests/qtest/meson.build | 3 +- tests/qtest/stm32l4x5_rcc-test.c | 210 +

[PATCH v2 7/7] Add tests for the STM32L4x5_RCC

2024-01-18 Thread Arnaud Minier
Signed-off-by: Arnaud Minier Signed-off-by: Inès Varhol --- tests/qtest/meson.build | 3 +- tests/qtest/stm32l4x5_rcc-test.c | 210 +++ 2 files changed, 212 insertions(+), 1 deletion(-) create mode 100644 tests/qtest/stm32l4x5_rcc-test.c diff --git a/test