Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hw/avr/atmega.c: use the avr51 cpu for atmega1280 | Frederic Konrad | 2021-05-13 | 1 | -1/+1 |
* | Do not include hw/boards.h if it's not really necessary | Thomas Huth | 2021-05-02 | 2 | -2/+0 |
* | hw/avr/arduino: List board schematic links | Philippe Mathieu-Daudé | 2021-03-15 | 1 | -4/+16 |
* | vl: extract softmmu/datadir.c | Paolo Bonzini | 2020-12-10 | 1 | -0/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 3 | -11/+6 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 3 | -8/+15 |
* | meson: convert hw/arch* | Marc-André Lureau | 2020-08-21 | 2 | -3/+6 |
* | hw/avr/boot: Fix memory leak in avr_load_firmware() | Philippe Mathieu-Daudé | 2020-07-21 | 1 | -1/+1 |
* | hw/avr: Add limited support for some Arduino boards | Philippe Mathieu-Daudé | 2020-07-11 | 3 | -0/+154 |
* | hw/avr: Add some ATmega microcontrollers | Philippe Mathieu-Daudé | 2020-07-11 | 4 | -0/+512 |
* | hw/avr: Add support for loading ELF/raw binaries | Philippe Mathieu-Daudé | 2020-07-11 | 3 | -0/+149 |