add TencentOS tiny Simulator project

add TencentOS tiny Simulator project
This commit is contained in:
Supowang1989
2020-03-06 13:46:35 +08:00
parent 5f049c6d6b
commit 3087482e54
23 changed files with 3865 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#ifndef __MCU_INIT_H
#define __MCU_INIT_H
#ifdef __cplusplus
extern "C" {
#endif
#include "main.h"
#include "stm32f1xx_hal.h"
#include "usart.h"
#include "gpio.h"
#include "tos_k.h"
void board_init(void);
void SystemClock_Config(void);
#ifdef __cplusplus
}
#endif
#endif /*__ __MCU_INIT_H */