summary refs log tree commit diff stats
path: root/hw/avr/atmega.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-211-1/+1
|\
| * include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
|/
* hw/avr: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw/avr/atmega: Fix wrong initial value of stack pointerGihun Nam2023-11-281-0/+4
* 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-021-1/+0
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/avr: Add some ATmega microcontrollersPhilippe Mathieu-Daudé2020-07-111-0/+458