add GD32VF103C_EVAL support

This commit is contained in:
supowang
2019-10-24 11:36:41 +08:00
parent c4d928a42b
commit 7b9b895838
14 changed files with 1039 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef __MCU_INIT_H
#define __MCU_INIT_H
#include "gd32vf103.h"
#include "usart.h"
void board_init();
#endif //__MCU_INIT_H