add N32G4XM_STB board support

add nationz N32G4XM_STB board support
This commit is contained in:
supowang
2020-05-22 16:39:39 +08:00
parent adaac8789f
commit eeb2090d50
108 changed files with 68745 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#ifndef __MCU_INIT_H
#define __MCU_INIT_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include "main.h"
#include "log.h"
#include "tos_k.h"
void board_init(void);
#ifdef __cplusplus
}
#endif
#endif /*__ __MCU_INIT_H */