add gd32vf103 'README.md'

This commit is contained in:
Wang_Weigen
2021-12-03 15:38:10 +08:00
parent 19bd5a4705
commit 644f2bbf37
18 changed files with 92 additions and 54 deletions
@@ -32,6 +32,15 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
OF SUCH DAMAGE.
*/
/**
* @file gd32vf103_gpio.c
* @brief add from nuclei SDK
* https://github.com/Nuclei-Software/nuclei-sdk
* @version 1.1
* @author AIIT XUOS Lab
* @date 2021-12-03
*/
#include "gd32vf103_gpio.h"
#define AFIO_EXTI_SOURCE_MASK ((uint8_t)0x03U) /*!< AFIO exti source selection mask*/
@@ -12,10 +12,10 @@
/**
* @file connect_uart.h
* @brief define gap8-board uart function and struct
* @brief define rvstar uart function
* @version 1.1
* @author AIIT XUOS Lab
* @date 2021-07-27
* @date 2021-12-03
*/
#ifndef CONNECT_UART_H
@@ -32,6 +32,15 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
OF SUCH DAMAGE.
*/
/**
* @file gd32vf103_rcu.c
* @brief add from nuclei SDK
* https://github.com/Nuclei-Software/nuclei-sdk
* @version 1.1
* @author AIIT XUOS Lab
* @date 2021-12-03
*/
#include "gd32vf103_rcu.h"
@@ -1,3 +1,12 @@
/**
* @file gd32vf103_soc.c
* @brief add from nuclei SDK
* https://github.com/Nuclei-Software/nuclei-sdk
* @version 1.1
* @author AIIT XUOS Lab
* @date 2021-12-03
*/
#include "nuclei_sdk_soc.h"
#include <core_feature_timer.h>
@@ -23,6 +23,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file system_gd32vf103.c
* @brief add from nuclei SDK
* https://github.com/Nuclei-Software/nuclei-sdk
* @version 1.1
* @author AIIT XUOS Lab
* @date 2021-12-03
*/
#include <stdint.h>
#include <stdio.h>
#include "nuclei_sdk_hal.h"
@@ -12,10 +12,10 @@
/**
* @file connect_usart.c
* @brief support gap8-board uart function and register to bus framework
* @brief supportrvstar-board uart function and register to bus framework
* @version 1.1
* @author AIIT XUOS Lab
* @date 2021-09-02
* @date 2021-12-03
*/
#include <xiuos.h>
@@ -32,6 +32,15 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
OF SUCH DAMAGE.
*/
/**
* @file gd32vf103_usart.c
* @brief add from nuclei SDK
* https://github.com/Nuclei-Software/nuclei-sdk
* @version 1.1
* @author AIIT XUOS Lab
* @date 2021-12-03
*/
#include "gd32vf103_usart.h"
/*!