Re: [PATCH v3 4/4] tests/boot-serial-test: Add STM32VLDISCOVERY board testcase

2021-06-17 Thread Alistair Francis
On Fri, Jun 18, 2021 at 2:56 AM Alexandre Iooss wrote: > > New mini-kernel test for STM32VLDISCOVERY USART1. > > Signed-off-by: Alexandre Iooss Acked-by: Alistair Francis Alistair > --- > tests/qtest/boot-serial-test.c | 37 ++ > 1 file changed, 37 insertions(

Re: [PATCH v3 4/4] tests/boot-serial-test: Add STM32VLDISCOVERY board testcase

2021-06-17 Thread Thomas Huth
On 17/06/2021 18.56, Alexandre Iooss wrote: New mini-kernel test for STM32VLDISCOVERY USART1. Signed-off-by: Alexandre Iooss --- tests/qtest/boot-serial-test.c | 37 ++ 1 file changed, 37 insertions(+) diff --git a/tests/qtest/boot-serial-test.c b/tests/qtest

[PATCH v3 4/4] tests/boot-serial-test: Add STM32VLDISCOVERY board testcase

2021-06-17 Thread Alexandre Iooss
New mini-kernel test for STM32VLDISCOVERY USART1. Signed-off-by: Alexandre Iooss --- tests/qtest/boot-serial-test.c | 37 ++ 1 file changed, 37 insertions(+) diff --git a/tests/qtest/boot-serial-test.c b/tests/qtest/boot-serial-test.c index d40adddafa..96849cec91