Re: [PATCH v2 0/8] hw/avr: Introduce the Arduino boards

2019-12-20 Thread Philippe Mathieu-Daudé
On Sat, Dec 21, 2019 at 2:02 AM Philippe Mathieu-Daudé wrote: > > Hi, > > This series add the arduino boards, aiming at removing the > 'sample' board that doesn't follow any specification. > > Since v1: > - Addressed Igor comments > - Addressed Aleksandar comments > - Fixed UART issue (was due to

[PATCH v2 0/8] hw/avr: Introduce the Arduino boards

2019-12-20 Thread Philippe Mathieu-Daudé
Hi, This series add the arduino boards, aiming at removing the 'sample' board that doesn't follow any specification. Since v1: - Addressed Igor comments - Addressed Aleksandar comments - Fixed UART issue (was due to IRQ shifted by 2 in CPU) TODO after merge is: - Extract Timer8 common parts from