On 7/9/19 11:36 PM, Michael Rolnik wrote: > From: Sarah Harris <s.e.har...@kent.ac.uk> > > 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.
Why not model a tiny existing board? You can mark various pieces of hardware as 'unimplemented'. > > Signed-off-by: Michael Rolnik <mrol...@gmail.com> > --- > hw/Kconfig | 1 + > hw/avr/Kconfig | 4 + > hw/avr/Makefile.objs | 1 + > hw/avr/sample.c | 217 +++++++++++++++++++++++++++++++++++++++++++ [...]