Re: [Qemu-devel] [PATCH v29 0/8] QEMU AVR 8 bit cores

2019-08-26 Thread Michael Rolnik
Hi Pavel. https://github.com/michaelrolnik/qemu-avr/tree/avr-v29 Regards, Michael On Mon, Aug 26, 2019 at 10:09 AM Pavel Dovgalyuk wrote: > Hi! > > Can you provide a link to the repository for easier testing of your code? > > Pavel Dovgalyuk > > > -Original Message- > > From: Michael R

Re: [Qemu-devel] [PATCH v29 0/8] QEMU AVR 8 bit cores

2019-08-26 Thread Pavel Dovgalyuk
Hi! Can you provide a link to the repository for easier testing of your code? Pavel Dovgalyuk > -Original Message- > From: Michael Rolnik [mailto:mrol...@gmail.com] > Sent: Saturday, August 24, 2019 9:46 PM > To: qemu-devel@nongnu.org > Cc: richard.hender...@linaro.org; phi...@redhat.com

[Qemu-devel] [PATCH v29 0/8] QEMU AVR 8 bit cores

2019-08-24 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