tests/boot-serial: Test some Arduino boards (AVR based)
commit36838e5f7827fc81b406659c4cf6fcfb01c3c2f8
authorMichael Rolnik <mrolnik@gmail.com>
Fri, 24 Jan 2020 00:51:29 +0000 (24 01:51 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jul 2020 09:02:05 +0000 (11 11:02 +0200)
treeafdef8212a5b47596e3d6ce75a3056fbe02d9360
parent50486d63fba7451b7a04bf85cec61369391a90c6
tests/boot-serial: Test some Arduino boards (AVR based)

Print out 'T' through serial port.

The Arduino Duemilanove is based on a AVR5 CPU, while the
Arduino MEGA2560 on a AVR6 CPU.

Signed-off-by: Michael Rolnik <mrolnik@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[rth: Squash Arduino adjustments from f4bug]
Tested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20200705140315.260514-29-huth@tuxfamily.org>
tests/qtest/Makefile.include
tests/qtest/boot-serial-test.c