transplant development board of gd32vf103_rvstar

This commit is contained in:
Wang_Weigen
2021-12-02 15:17:59 +08:00
parent 4fc79c211a
commit 607b8ca017
49 changed files with 11946 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
// See LICENSE for license details.
#ifndef _NUCLEI_SDK_SOC_H
#define _NUCLEI_SDK_SOC_H
#ifdef __cplusplus
extern "C" {
#endif
#include "gd32vf103.h"
// #include "gd32vf103_libopt.h"
#include "gd32vf103_rcu.h"
#include "gd32vf103_gpio.h"
#include "gd32vf103_usart.h"
#include "gd32vf103_timer.h"
#ifdef __cplusplus
}
#endif
#endif