Re: [Qemu-devel] [PATCH v1 3/7] STM32F2xx: Add the ADC device

2015-04-27 Thread Alistair Francis
On Sun, Apr 26, 2015 at 4:43 AM, Peter Crosthwaite wrote: > On Sat, Apr 25, 2015 at 1:18 AM, Alistair Francis > wrote: >> Add the STM32F2xx ADC device. This device randomly >> generates values on each read. >> >> Signed-off-by: Alistair Francis >> --- >> >> default-configs/arm-softmmu.mak |

Re: [Qemu-devel] [PATCH v1 3/7] STM32F2xx: Add the ADC device

2015-04-25 Thread Peter Crosthwaite
On Sat, Apr 25, 2015 at 1:18 AM, Alistair Francis wrote: > Add the STM32F2xx ADC device. This device randomly > generates values on each read. > > Signed-off-by: Alistair Francis > --- > > default-configs/arm-softmmu.mak | 1 + > hw/misc/Makefile.objs | 1 + > hw/misc/stm32f2xx_adc

[Qemu-devel] [PATCH v1 3/7] STM32F2xx: Add the ADC device

2015-04-25 Thread Alistair Francis
Add the STM32F2xx ADC device. This device randomly generates values on each read. Signed-off-by: Alistair Francis --- default-configs/arm-softmmu.mak | 1 + hw/misc/Makefile.objs | 1 + hw/misc/stm32f2xx_adc.c | 332 include/hw/misc