]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qtest: Add tests for the STM32L4x5 USART
authorArnaud Minier <arnaud.minier@telecom-paris.fr>
Fri, 29 Mar 2024 17:44:02 +0000 (18:44 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Apr 2024 09:21:59 +0000 (10:21 +0100)
commit214652da123e3821657a64691ee556281e9f6238
treea6a189029136fdfdaae85e4f1c81f92d07328adb
parent92741432ed6f98ab01bdace5baaf2894c7855563
tests/qtest: Add tests for the STM32L4x5 USART

Test:
- read/write from/to the usart registers
- send/receive a character/string over the serial port

Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr>
Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240329174402.60382-6-arnaud.minier@telecom-paris.fr
[PMM: fix checkpatch nits, remove commented out code]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/qtest/meson.build
tests/qtest/stm32l4x5_usart-test.c [new file with mode: 0644]