pgos.h

来自「一个移植到凌阳单片机spce061a上面的实时操作系统」· C头文件 代码 · 共 28 行

H
28
字号
///////////////////////////////////////////////////////////////
//
//
//   PGOS : A Portable,Configable Embedded System Kernel
//
//             Intel X86 Specific Code
//
//   This is an open source project under GPL lincence  
//
//        Version 0.9.0 ---- Development Snopshot
//
//   File name : pgos.h : main header file  
//   History :
//
//          2005-07-24  First build by X.K. @ PGOS Team  
//          
/////////////////////////////////////////////////////////////////

#include "pg_type.h"
#include "pg_cfg.h"
#include "pg_int.h"
#include "pg_task.h"
#include "pg_os.h"
#include "pg_sem.h"
#include "pg_time.h"
#include "PG_DRVENV.H"
#include "PG_DEBUG.H"
#include "PG_IO.H"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?