mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Proper ADC and Timer Control
This commit is contained in:
+2768
-6
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user