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

2024-10-15 Thread Inès Varhol
- Le 15 Oct 24, à 16:20, peter maydell peter.mayd...@linaro.org a écrit : > On Thu, 3 Oct 2024 at 09:11, 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 Va

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

2024-10-15 Thread Peter Maydell
On Thu, 3 Oct 2024 at 09:11, 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 > +static void test_cloc

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

2024-10-03 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 Reviewed-by: Luc Michel --- tests/qtest/stm32l4x5.h | 42 + tests/qtest