[PATCH v40 20/21] target/avr: Add Avocado test

2019-12-29 Thread Michael Rolnik
The test is based on https://github.com/seharris/qemu-avr-tests/tree/master/free-rtos/Demo demo which. If working correctly, prints 'ABCDEFGHIJKLMNOPQRSTUVWX' out. it also demostrates that timer and IRQ are working Signed-off-by: Michael Rolnik Reviewed-by: Philippe Mathieu-Daudé Tested-by: Phil

Re: [PATCH v40 20/21] target/avr: Add Avocado test

2019-12-30 Thread Wainer dos Santos Moschetta
Hi Michael, On 12/29/19 7:51 PM, Michael Rolnik wrote: The test is based on https://github.com/seharris/qemu-avr-tests/tree/master/free-rtos/Demo demo which. If working correctly, prints 'ABCDEFGHIJKLMNOPQRSTUVWX' out. it also demostrates that timer and IRQ are working Signed-off-by: Michael Ro

Re: [PATCH v40 20/21] target/avr: Add Avocado test

2019-12-30 Thread Michael Rolnik
Hi Wainer. thanks for reviewing. 1. when `self.vm.shutdown()` is not called `self.vm.get_log()` returns `ERROR: argument of type 'NoneType' is not iterable` 2. I will remove the unnecessary imports Thanks, Michael Rolnik On Mon, Dec 30, 2019 at 7:37 PM Wainer dos Santos Moschetta < waine...@re