Re: [Qemu-devel] [PATCH v4 3/8] STM32F2xx: Add the ADC device

2016-07-25 Thread Peter Maydell
On 23 July 2016 at 17:42, Alistair Francis wrote: > Add the STM32F2xx ADC device. This device randomly > generates values on each read. > > This also includes creating a hw/adc directory. > > Signed-off-by: Alistair Francis Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH v4 3/8] STM32F2xx: Add the ADC device

2016-07-23 Thread Alistair Francis
Add the STM32F2xx ADC device. This device randomly generates values on each read. This also includes creating a hw/adc directory. Signed-off-by: Alistair Francis --- V4: - Remove the rand() function - Add VMState - Small cleanups V2: - Address Peter C's comments - Create a ADC folder and mo