Re: [PATCH v3 4/8] hw/avr: Add some Arduino boards

2020-01-20 Thread Igor Mammedov
On Mon, 20 Jan 2020 12:05:24 +0100 Philippe Mathieu-Daudé wrote: > On 1/20/20 11:09 AM, Igor Mammedov wrote: > > On Mon, 20 Jan 2020 10:21:52 +0100 > > Philippe Mathieu-Daudé wrote: > > > >> On 1/20/20 10:03 AM, Igor Mammedov wrote: > >>> On Sun, 29 Dec 2019 23:45:01 +0100 > >>> Philippe Ma

Re: [PATCH v3 4/8] hw/avr: Add some Arduino boards

2020-01-20 Thread Philippe Mathieu-Daudé
On 1/20/20 11:09 AM, Igor Mammedov wrote: On Mon, 20 Jan 2020 10:21:52 +0100 Philippe Mathieu-Daudé wrote: On 1/20/20 10:03 AM, Igor Mammedov wrote: On Sun, 29 Dec 2019 23:45:01 +0100 Philippe Mathieu-Daudé wrote: Arduino boards are build with AVR chipsets. Add some of the popular board

Re: [PATCH v3 4/8] hw/avr: Add some Arduino boards

2020-01-20 Thread Igor Mammedov
On Mon, 20 Jan 2020 10:21:52 +0100 Philippe Mathieu-Daudé wrote: > On 1/20/20 10:03 AM, Igor Mammedov wrote: > > On Sun, 29 Dec 2019 23:45:01 +0100 > > Philippe Mathieu-Daudé wrote: > > > >> Arduino boards are build with AVR chipsets. > >> Add some of the popular boards: > >> > >> - Arduino D

Re: [PATCH v3 4/8] hw/avr: Add some Arduino boards

2020-01-20 Thread Philippe Mathieu-Daudé
On 1/20/20 10:03 AM, Igor Mammedov wrote: On Sun, 29 Dec 2019 23:45:01 +0100 Philippe Mathieu-Daudé wrote: Arduino boards are build with AVR chipsets. Add some of the popular boards: - Arduino Duemilanove - Arduino Uno - Arduino Mega For more information: https://www.arduino.cc/en/Main/Pr

Re: [PATCH v3 4/8] hw/avr: Add some Arduino boards

2020-01-20 Thread Igor Mammedov
On Sun, 29 Dec 2019 23:45:01 +0100 Philippe Mathieu-Daudé wrote: > Arduino boards are build with AVR chipsets. > Add some of the popular boards: > > - Arduino Duemilanove > - Arduino Uno > - Arduino Mega > > For more information: > https://www.arduino.cc/en/Main/Products > https://store.ard

[PATCH v3 4/8] hw/avr: Add some Arduino boards

2019-12-29 Thread Philippe Mathieu-Daudé
Arduino boards are build with AVR chipsets. Add some of the popular boards: - Arduino Duemilanove - Arduino Uno - Arduino Mega For more information: https://www.arduino.cc/en/Main/Products https://store.arduino.cc/arduino-genuino/most-popular Signed-off-by: Philippe Mathieu-Daudé --- v2: -