summaryrefslogtreecommitdiffstats
path: root/target/avr/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* target/avr/cpu: Fix $PC displayed addressPhilippe Mathieu-Daudé2020-07-111-1/+1
* target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()Philippe Mathieu-Daudé2020-07-111-2/+0Star
* target/avr: Add support for disassembling via option '-d in_asm'Michael Rolnik2020-07-111-1/+1
* target/avr: Add definitions of AVR core typesMichael Rolnik2020-07-101-0/+151
* target/avr: CPU class: Add GDB supportMichael Rolnik2020-07-101-0/+4
* target/avr: CPU class: Add migration supportMichael Rolnik2020-07-101-0/+1
* target/avr: CPU class: Add memory management supportMichael Rolnik2020-07-101-0/+3
* target/avr: CPU class: Add interrupt handling supportMichael Rolnik2020-07-101-0/+2
* target/avr: Introduce basic CPU class objectMichael Rolnik2020-07-101-0/+207