Re: [PATCH v4 3/3] tests/qtest: Check STM32L4x5 clock connections

2024-07-01 Thread Luc Michel
On 11:43 Sat 22 Jun , Inès Varhol wrote: > For USART, GPIO and SYSCFG devices, check that clock frequency before > and after enabling the peripheral clock in RCC is correct. > > Signed-off-by: Inès Varhol > Reviewed-by: Peter Maydell Reviewed-by: Luc Michel > --- > tests/qtest/stm32l4x5.

[PATCH v4 3/3] tests/qtest: Check STM32L4x5 clock connections

2024-06-22 Thread Inès Varhol
For USART, GPIO and SYSCFG devices, check that clock frequency before and after enabling the peripheral clock in RCC is correct. Signed-off-by: Inès Varhol Reviewed-by: Peter Maydell --- tests/qtest/stm32l4x5.h | 42 + tests/qtest/stm32l4x5_gpio-test.c