mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
tests/qtest/stm32l4x5_rcc-test.c: Add tests for the STM32L4x5_RCC
Tests: - the ability to change the sysclk of the device - the ability to enable/disable/configure the PLLs - if the clock multiplexers work - the register flags and the generation of irqs Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr> Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr> Acked-by: Thomas Huth <thuth@redhat.com> Message-id: 20240303140643.81957-9-arnaud.minier@telecom-paris.fr Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
60849fe4a7
commit
13d6c073f0
2 changed files with 191 additions and 1 deletions
|
@ -203,7 +203,8 @@ qtests_aspeed = \
|
|||
|
||||
qtests_stm32l4x5 = \
|
||||
['stm32l4x5_exti-test',
|
||||
'stm32l4x5_syscfg-test']
|
||||
'stm32l4x5_syscfg-test',
|
||||
'stm32l4x5_rcc-test']
|
||||
|
||||
qtests_arm = \
|
||||
(config_all_devices.has_key('CONFIG_MPS2') ? ['sse-timer-test'] : []) + \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue