Merge pull request #3 from acevest/risc-v

remove some comments
This commit is contained in:
Supowang1989
2019-09-20 11:42:51 +08:00
committed by GitHub
6 changed files with 0 additions and 40 deletions

View File

@@ -1,10 +1,3 @@
/*
* tos_cpu_def.h
*
* Created on: Sep 7, 2019
* Author: ace
*/
#ifndef _TOS_CPU_DEF_H_ #ifndef _TOS_CPU_DEF_H_
#define _TOS_CPU_DEF_H_ #define _TOS_CPU_DEF_H_

View File

@@ -1,10 +1,3 @@
/*
* tos_cpu_types.h
*
* Created on: Sep 7, 2019
* Author: ace
*/
#ifndef _TOS_CPU_TYPES_H_ #ifndef _TOS_CPU_TYPES_H_
#define _TOS_CPU_TYPES_H_ #define _TOS_CPU_TYPES_H_

View File

@@ -1,9 +1,3 @@
/*
* tos_cpu.c
*
* Created on: Sep 8, 2019
* Author: ace
*/
#include <tos.h> #include <tos.h>
#include <riscv_encoding.h> #include <riscv_encoding.h>

View File

@@ -1,9 +1,3 @@
/*
* port_c.c
*
* Created on: Sep 9, 2019
* Author: ace
*/
#include "riscv_encoding.h" #include "riscv_encoding.h"
#include <tos.h> #include <tos.h>

View File

@@ -1,10 +1,3 @@
/*
* main.c
*
* Created on: Sep 13, 2019
* Author: ace
*/
#include "tos.h" #include "tos.h"
#define TASK_SIZE 512 #define TASK_SIZE 512

View File

@@ -1,10 +1,3 @@
/*
* tos_config.h
*
* Created on: Sep 7, 2019
* Author: ace
*/
#ifndef INC_TOS_CONFIG_H_ #ifndef INC_TOS_CONFIG_H_
#define INC_TOS_CONFIG_H_ #define INC_TOS_CONFIG_H_