This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b96feb2cb9
qemu
/
hw
/
adc
/
Makefile.objs
2 lines
47 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2016-10-04 15:28:07 +03:00
obj-$(CONFIG_STM32F2XX_ADC)
+=
stm32f2xx_adc.o
Reference in New Issue
Copy Permalink