Re: [PATCH v3 4/4] tests/qtest: Check STM32L4x5 clock connections
On Thu, 23 May 2024 at 20:44, 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 > --- > tests/qtest/stm32l4x5.h | 43 + >
[PATCH v3 4/4] tests/qtest: Check STM32L4x5 clock connections
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 --- tests/qtest/stm32l4x5.h | 43 + tests/qtest/stm32l4x5_gpio-test.c | 23 +++ tests/