mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
STM32F2xx: Add the ADC device
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 <alistair@alistair23.me> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 3240e660adaf537f55a63ce06096e844aece8cda.1474742262.git.alistair@alistair23.me Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
cbcb93e802
commit
d1f711d407
5 changed files with 396 additions and 0 deletions
1
hw/adc/Makefile.objs
Normal file
1
hw/adc/Makefile.objs
Normal file
|
@ -0,0 +1 @@
|
|||
obj-$(CONFIG_STM32F2XX_ADC) += stm32f2xx_adc.o
|
Loading…
Add table
Add a link
Reference in a new issue