feat add adc/dac for xishutong-arm32 board

This commit is contained in:
Liu_Weichao
2023-12-29 10:25:12 +08:00
parent a590eacebb
commit 616aa90d25
8 changed files with 828 additions and 0 deletions
@@ -4,6 +4,14 @@ ifeq ($(CONFIG_BSP_USING_UART),y)
SRC_DIR += usart
endif
ifeq ($(CONFIG_BSP_USING_ADC),y)
SRC_DIR += adc
endif
ifeq ($(CONFIG_BSP_USING_DAC),y)
SRC_DIR += dac
endif
ifeq ($(CONFIG_BSP_USING_GPIO),y)
SRC_DIR += gpio
endif