aboutsummaryrefslogtreecommitdiff
path: root/target/avr/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-11target/avr/cpu: Fix $PC displayed addressPhilippe Mathieu-Daudé1-1/+1
2020-07-11target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()Philippe Mathieu-Daudé1-2/+0
2020-07-11target/avr: Add support for disassembling via option '-d in_asm'Michael Rolnik1-1/+1
2020-07-10target/avr: Add definitions of AVR core typesMichael Rolnik1-0/+151
2020-07-10target/avr: CPU class: Add GDB supportMichael Rolnik1-0/+4
2020-07-10target/avr: CPU class: Add migration supportMichael Rolnik1-0/+1
2020-07-10target/avr: CPU class: Add memory management supportMichael Rolnik1-0/+3
2020-07-10target/avr: CPU class: Add interrupt handling supportMichael Rolnik1-0/+2
2020-07-10target/avr: Introduce basic CPU class objectMichael Rolnik1-0/+207