Compare commits
No commits in common. "main" and "manifest-rev" have entirely different histories.
main
...
manifest-r
3 changed files with 0 additions and 83 deletions
|
@ -1,38 +0,0 @@
|
|||
/********************************** (C) COPYRIGHT *******************************
|
||||
* File Name : ch32v00x_conf.h
|
||||
* Author : WCH
|
||||
* Version : V1.0.0
|
||||
* Date : 2020/08/08
|
||||
* Description : Library configuration file.
|
||||
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*******************************************************************************/
|
||||
#ifndef __CH32V00x_CONF_H
|
||||
#define __CH32V00x_CONF_H
|
||||
|
||||
#include <ch32v00x_adc.h>
|
||||
#include <ch32v00x_dbgmcu.h>
|
||||
#include <ch32v00x_dma.h>
|
||||
#include <ch32v00x_exti.h>
|
||||
#include <ch32v00x_flash.h>
|
||||
#include <ch32v00x_gpio.h>
|
||||
#include <ch32v00x_i2c.h>
|
||||
#include <ch32v00x_it.h>
|
||||
#include <ch32v00x_iwdg.h>
|
||||
#include <ch32v00x_misc.h>
|
||||
#include <ch32v00x_pwr.h>
|
||||
#include <ch32v00x_rcc.h>
|
||||
#include <ch32v00x_spi.h>
|
||||
#include <ch32v00x_tim.h>
|
||||
#include <ch32v00x_usart.h>
|
||||
#include <ch32v00x_wwdg.h>
|
||||
#include <ch32v00x_opa.h>
|
||||
|
||||
|
||||
|
||||
#endif /* __CH32V00x_CONF_H */
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
/********************************** (C) COPYRIGHT *******************************
|
||||
* File Name : ch32v00x_it.h
|
||||
* Author : WCH
|
||||
* Version : V1.0.0
|
||||
* Date : 2022/08/08
|
||||
* Description : This file contains the headers of the interrupt handlers.
|
||||
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*******************************************************************************/
|
||||
#ifndef __CH32V00x_IT_H
|
||||
#define __CH32V00x_IT_H
|
||||
|
||||
#endif /* __CH32V00x_IT_H */
|
||||
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
/********************************** (C) COPYRIGHT *******************************
|
||||
* File Name : system_ch32v00x.h
|
||||
* Author : WCH
|
||||
* Version : V1.0.0
|
||||
* Date : 2022/08/08
|
||||
* Description : CH32V00x Device Peripheral Access Layer System Header File.
|
||||
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*******************************************************************************/
|
||||
#ifndef __SYSTEM_CH32V00x_H
|
||||
#define __SYSTEM_CH32V00x_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern uint32_t SystemCoreClock; /* System Clock Frequency (Core Clock) */
|
||||
|
||||
/* System_Exported_Functions */
|
||||
extern void SystemInit(void);
|
||||
extern void SystemCoreClockUpdate(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /*__CH32V00x_SYSTEM_H */
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue