refactor the adc driver

This commit is contained in:
fuzhibo
2019-09-09 20:56:46 +08:00
parent a8d3e3ab4a
commit f49b192a5e
20 changed files with 2236 additions and 1069 deletions

View File

@@ -1,5 +1,6 @@
set(SOC_SRCS "cpu_util.c"
set(SOC_SRCS "adc_periph.c"
"dac_periph.c"
"cpu_util.c"
"gpio_periph.c"
"rtc_clk.c"
"rtc_init.c"