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
@@ -4,4 +4,8 @@ ifeq ($(CONFIG_USER_TEST_SPI_FLASH),y)
SRC_FILES += test_spi_flash.c
endif
ifeq ($(CONFIG_USER_TEST_ADC),y)
SRC_FILES += test_adc.c
endif
include $(KERNEL_ROOT)/compiler.mk