Re: [PATCH 7/7] tests/qtest: Add tests for the STM32L4x5 USART

2024-03-22 Thread Peter Maydell
On Sun, 17 Mar 2024 at 10:42, Arnaud Minier wrote: > > Test: > - read/write from/to the usart registers > - send/receive a character/string over the serial port > > The test to detect overrun is implemented but disabled > because overruns are currently impossible due to how we signal > in the

[PATCH 7/7] tests/qtest: Add tests for the STM32L4x5 USART

2024-03-17 Thread Arnaud Minier
Test: - read/write from/to the usart registers - send/receive a character/string over the serial port The test to detect overrun is implemented but disabled because overruns are currently impossible due to how we signal in the USART when we are ready to receive a new character. Signed-off-by: