stm32l4: adc: Initial support for the adc-v2 periph

Now that there's an adc-v2 peripheral layer, we can just use it straight away
for L4.
This commit is contained in:
Karl Palsson
2015-11-05 22:56:53 +00:00
parent 81319a96fb
commit 697c975dde
4 changed files with 86 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ OBJS =
# common/shared objs
OBJS += rcc_common_all.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += adc_common_v2.o
VPATH += ../../usb:../:../../cm3:../common
VPATH += ../../ethernet