62 Star 459 Fork 104

格维融创开源社区 / AntOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
antos.h 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
/*------------------------------------------------------------------------
| FILE DESCRIPTION |
------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
| - File name : AntOS.h
| - Author : zevorn
| - Update date : 2021.03.27
| - Copyright(C) : 2021-2021 zevorn. All rights reserved.
------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
| COPYRIGHT NOTICE |
------------------------------------------------------------------------*/
/*
* Copyright (C) 2021, zevorn (17870070675@163.com)
* This file is part of Ant Real Time Operating System.
* Ant Real Time Operating System is free software: you can redistribute
* it and/or modify it under the terms of the Apache-2.0 License.
* Ant Real Time Operating System is distributed in the hope that it will
* be useful,but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Apache-2.0 License License for more details.
* You should have received a copy of the Apache-2.0 License.Ant Real Time
* Operating System. If not, see <http://www.apache.org/licenses/>.
**/
/*------------------------------------------------------------------------
| INCLUDES |
------------------------------------------------------------------------*/
#ifndef __ANTOS_H_
#define __ANTOS_H_
#include "os_core.h"
#include "os_mem.h"
#include "os_thread.h"
#include "os_object.h"
#include "os_adf.h"
#endif
/*------------------------------------------------------------------------
| END OF FLIE. (C) COPYRIGHT zevorn |
------------------------------------------------------------------------*/
C
1
https://gitee.com/gevico/antos.git
git@gitee.com:gevico/antos.git
gevico
antos
AntOS
new_framework

搜索帮助