summaryrefslogtreecommitdiffstats
path: root/hw/avr
Commit message (Expand)AuthorAgeFilesLines
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* hw/avr: Realize AVRCPU qdev object using qdev_realize()Philippe Mathieu-Daudé2021-12-171-1/+1
* hw/avr/atmega.c: use the avr51 cpu for atmega1280Frederic Konrad2021-05-131-1/+1
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* hw/avr/arduino: List board schematic linksPhilippe Mathieu-Daudé2021-03-151-4/+16
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-11/+6Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-8/+15
* meson: convert hw/arch*Marc-André Lureau2020-08-212-3/+6
* hw/avr/boot: Fix memory leak in avr_load_firmware()Philippe Mathieu-Daudé2020-07-211-1/+1
* hw/avr: Add limited support for some Arduino boardsPhilippe Mathieu-Daudé2020-07-113-0/+154
* hw/avr: Add some ATmega microcontrollersPhilippe Mathieu-Daudé2020-07-114-0/+512
* hw/avr: Add support for loading ELF/raw binariesPhilippe Mathieu-Daudé2020-07-113-0/+149