Re: [Qemu-devel] [RFC 3/3] tests/boot-serial-test: Add support for the microbit board

2018-05-31 Thread Stefan Hajnoczi
On Wed, May 30, 2018 at 01:03:38AM +0300, Julia Suvorova wrote: > New mini-kernel test for nRF51 SoC UART. > > Signed-off-by: Julia Suvorova > --- > tests/boot-serial-test.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/tests/boot-serial-test.c

[Qemu-devel] [RFC 3/3] tests/boot-serial-test: Add support for the microbit board

2018-05-29 Thread Julia Suvorova via Qemu-devel
New mini-kernel test for nRF51 SoC UART. Signed-off-by: Julia Suvorova --- tests/boot-serial-test.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/tests/boot-serial-test.c b/tests/boot-serial-test.c index 4d6815c3e0..e6dbc8a293 100644 --- a/tests/boot-serial-test.c +++