aboutsummaryrefslogtreecommitdiff
path: root/hw/avr/atmega.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-1/+1
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-1/+1
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-15hw/avr: Constify all PropertyRichard Henderson1-1/+1
2023-11-28hw/avr/atmega: Fix wrong initial value of stack pointerGihun Nam1-0/+4
2021-12-17hw/avr: Realize AVRCPU qdev object using qdev_realize()Philippe Mathieu-Daudé1-1/+1
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 Huth1-1/+0
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-4/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-07-11hw/avr: Add some ATmega microcontrollersPhilippe Mathieu-Daudé1-0/+458