Re: [Qemu-devel] [PATCH for 4.2 v28 0/8] QEMU AVR 8 bit cores

2019-08-21 Thread Michael Rolnik
ping On Mon, Aug 5, 2019 at 5:14 PM Michael Rolnik wrote: > This series of patches adds 8bit AVR cores to QEMU. > All instruction, except BREAK/DES/SPM/SPMX, are implemented. Not fully > tested yet. > However I was able to execute simple code with functions. e.g fibonacci > calculation. > This s

[Qemu-devel] [PATCH for 4.2 v28 0/8] QEMU AVR 8 bit cores

2019-08-05 Thread Michael Rolnik
This series of patches adds 8bit AVR cores to QEMU. All instruction, except BREAK/DES/SPM/SPMX, are implemented. Not fully tested yet. However I was able to execute simple code with functions. e.g fibonacci calculation. This series of patches include a non real, sample board. No fuses support yet