forked from xuos/xiuos
add adc and dac drivers for hc32f4a0 in XiZi Kernel
This commit is contained in:
parent
3950a6ec28
commit
3a5d63762b
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue