ucos_ii.c
来自「称植到lpc2124上的UCOS2.85版 是本人初学移植和ARM的成果 可」· C语言 代码 · 共 39 行
C
39 行
/*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* (c) Copyright 1992-2007, Jean J. Labrosse, Weston, FL
* All Rights Reserved
*
* File : uCOS_II.C
* By : Jean J. Labrosse
* Version : V2.85
*
* LICENSING TERMS:
* ---------------
* uC/OS-II is provided in source form for FREE evaluation, for educational use or for peaceful research.
* If you plan on using uC/OS-II in a commercial product you need to contact Micri祄 to properly license
* its use in your product. We provide ALL the source code for your convenience and to help you experience
* uC/OS-II. The fact that the source is provided does NOT mean that you can use it without paying a
* licensing fee.
*********************************************************************************************************
*/
#define OS_GLOBALS /* Declare GLOBAL variables */
#include "ucos_ii.h"
#define OS_MASTER_FILE /* Prevent the following files from including includes.h */
#include "..\OSsrc\os_core.c"
#include "..\OSsrc\os_flag.c"
#include "..\OSsrc\os_mbox.c"
#include "..\OSsrc\os_mem.c"
#include "..\OSsrc\os_mutex.c"
#include "..\OSsrc\os_q.c"
#include "..\OSsrc\os_sem.c"
#include "..\OSsrc\os_task.c"
#include "..\OSsrc\os_time.c"
#include "..\OSsrc\os_tmr.c"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?