Proper ADC and Timer Control

This commit is contained in:
David Sidrane 2016-06-16 12:47:21 -10:00
parent 3ffd0e64fd
commit 49de809096
2 changed files with 2770 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@ -151,11 +151,11 @@ ifeq ($(CONFIG_STM32F7_TIM),y)
CHIP_CSRCS += stm32_tim.c
endif
ifeq ($(CONFIG_ADC),y)
ifeq ($(CONFIG_STM32F7_ADC),y)
CHIP_CSRCS += stm32_adc.c
endif
ifeq ($(CONFIG_RTC),y)
ifeq ($(CONFIG_STM32F7_RTC),y)
ifeq ($(CONFIG_RTC_ALARM),y)
CHIP_CSRCS += stm32_exti_alarm.c
endif