Re: [PATCH v36 00/17] QEMU AVR 8 bit cores

2019-11-26 Thread Aleksandar Markovic
On Sunday, November 24, 2019, 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 series o

Re: [PATCH v36 00/17] QEMU AVR 8 bit cores

2019-11-25 Thread Aleksandar Markovic
On Sunday, November 24, 2019, 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 series o

Re: [PATCH v36 00/17] QEMU AVR 8 bit cores

2019-11-25 Thread Aleksandar Markovic
On Sunday, November 24, 2019, 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 series o

Re: [PATCH v36 00/17] QEMU AVR 8 bit cores

2019-11-25 Thread Philippe Mathieu-Daudé
Cc'ing Joaquin who is implementing the ATmega328. On 11/24/19 6:02 AM, 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 fibon

[PATCH v36 00/17] QEMU AVR 8 bit cores

2019-11-23 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