hw/avr: Add limited support for some Arduino boards
commit50486d63fba7451b7a04bf85cec61369391a90c6
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 24 Jan 2020 00:51:27 +0000 (24 01:51 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jul 2020 09:02:05 +0000 (11 11:02 +0200)
tree2291354a54ad9c0f2b1ff0d255c8e201794e1ba5
parentaf55b781aaf2f50a00869a0c9fdab521f8ba78ea
hw/avr: Add limited support for some Arduino boards

Arduino boards are build with AVR chipsets. Add some of these
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

[AM: Remove word 'Atmel' from filenames and all elements of code]
Suggested-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Joaquin de Andres <me@xcancerberox.com.ar>
[thuth: sysbus_init_child_obj() ==> object_initialize_child()]
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20200705140315.260514-26-huth@tuxfamily.org>
MAINTAINERS
default-configs/avr-softmmu.mak
hw/Kconfig
hw/avr/Kconfig
hw/avr/Makefile.objs
hw/avr/arduino.c [new file with mode: 0644]