feat support ADC driver for aiit-arm32-board and stm32f407-st-discovery

This commit is contained in:
Liu_Weichao
2022-01-10 14:08:58 +08:00
parent cb8c68659c
commit 2e8383397b
36 changed files with 6526 additions and 6 deletions

View File

@@ -57,4 +57,8 @@ ifeq ($(CONFIG_RESOURCES_WDT),y)
SRC_DIR += watchdog
endif
ifeq ($(CONFIG_RESOURCES_ADC),y)
SRC_DIR += adc
endif
include $(KERNEL_ROOT)/compiler.mk