add usart0, printf support for GD32VF103C_START board

This commit is contained in:
acevest
2019-10-01 17:18:54 +08:00
parent 25f2aeef9e
commit bd407ece98
8 changed files with 139 additions and 59 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