mbox series

[v2,0/5] AVR target fixes

Message ID 167412016297.3110454.15240516964339531097.stgit@pasha-ThinkPad-X280
Headers show
Series AVR target fixes | expand

Message

Pavel Dovgalyuk Jan. 19, 2023, 9:22 a.m. UTC
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