[PATCH v2 0/5] AVR target fixes

Pavel Dovgalyuk posted 5 patches 1 year, 2 months ago
target/avr/cpu.h       |  6 ++-
target/avr/helper.c    |  4 +-
target/avr/translate.c | 93 +++++++++++++++++++++++++++++++-----------
3 files changed, 75 insertions(+), 28 deletions(-)
[PATCH v2 0/5] AVR target fixes
Posted by Pavel Dovgalyuk 1 year, 2 months ago
This set of patches includes multiple changes for AVR target.

v2 changes:
 - fixed instruction translation in icount mode

---

Pavel Dovgalyuk (5):
      target/avr: fix long address calculation
      target/avr: implement small RAM/large RAM feature
      target/avr: fix avr features processing
      target/avr: fix interrupt processing
      target/avr: enable icount mode


 target/avr/cpu.h       |  6 ++-
 target/avr/helper.c    |  4 +-
 target/avr/translate.c | 93 +++++++++++++++++++++++++++++++-----------
 3 files changed, 75 insertions(+), 28 deletions(-)

--
Pavel Dovgalyuk