Re: [PATCH v36 12/17] target/avr: Add example board configuration

2019-11-26 Thread Philippe Mathieu-Daudé
On 11/26/19 2:08 AM, Aleksandar Markovic wrote: On Sunday, November 24, 2019, Michael Rolnik > wrote: A simple board setup that configures an AVR CPU to run a given firmware image. This is all that's useful to implement without peripheral emulation as AV

Re: [PATCH v36 12/17] target/avr: Add example board configuration

2019-11-25 Thread Aleksandar Markovic
On Sunday, November 24, 2019, Michael Rolnik wrote: > A simple board setup that configures an AVR CPU to run a given firmware > image. > This is all that's useful to implement without peripheral emulation as AVR > CPUs include a lot of on-board peripherals. > > NOTE: this is not a real board

[PATCH v36 12/17] target/avr: Add example board configuration

2019-11-23 Thread Michael Rolnik
A simple board setup that configures an AVR CPU to run a given firmware image. This is all that's useful to implement without peripheral emulation as AVR CPUs include a lot of on-board peripherals. NOTE: this is not a real board NOTE: it's used for CPU testing Signed-off-by: Michael Rol