add adc and dac drivers for hc32f4a0 in XiZi Kernel

This commit is contained in:
zhaoyun1215 2023-02-09 00:43:15 -08:00
parent 3950a6ec28
commit 3a5d63762b
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
* @brief support to register ADC pointer and function
* @version 1.1
* @author AIIT XUOS Lab
* @date 2023-2-6
* @date 2023-02-09
*/
#include <connect_adc.h>

View File

@ -15,7 +15,7 @@
* @brief support to register DAC pointer and function
* @version 2.0
* @author AIIT XUOS Lab
* @date 2023-2-09
* @date 2023-02-09
*/
#include <connect_dac.h>

View File

@ -15,7 +15,7 @@
* @brief define hc32f4a0-board usart function and struct
* @version 2.0
* @author AIIT XUOS Lab
* @date
* @date 2023-02-09
*/
#include <device.h>