This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
163bc39d2c
qemu-e2k
/
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 14:28:07 +02:00
obj-$(CONFIG_STM32F2XX_ADC)
+=
stm32f2xx_adc.o
Reference in New Issue
Copy Permalink