aboutsummaryrefslogtreecommitdiff
path: root/hw/avr
AgeCommit message (Expand)AuthorFilesLines
2021-05-13hw/avr/atmega.c: use the avr51 cpu for atmega1280Frederic Konrad1-1/+1
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth2-2/+0
2021-03-15hw/avr/arduino: List board schematic linksPhilippe Mathieu-Daudé1-4/+16
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost3-11/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost3-8/+15
2020-08-21meson: convert hw/arch*Marc-André Lureau2-3/+6
2020-07-21hw/avr/boot: Fix memory leak in avr_load_firmware()Philippe Mathieu-Daudé1-1/+1
2020-07-11hw/avr: Add limited support for some Arduino boardsPhilippe Mathieu-Daudé3-0/+154
2020-07-11hw/avr: Add some ATmega microcontrollersPhilippe Mathieu-Daudé4-0/+512
2020-07-11hw/avr: Add support for loading ELF/raw binariesPhilippe Mathieu-Daudé3-0/+149