ucos_ii.c
来自「基于TI的2407移植的ucos程序范例」· C语言 代码 · 共 31 行
C
31 行
/*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* (c) Copyright 1992-1998, Jean J. Labrosse, Plantation, FL
* All Rights Reserved
*
* TMS320LF24x DSP 专用代码
* TI CCS Ver4.10.36仿真软件编译
*
* 文件名 : UCOS_II.C
* 作者 : Jean J. Labrosse
* 改编 : 尹叶丹(yinyedan),Postgraduate, yinyedan@163.com,2003,8,19
* Automation School,Wuhan University of Technology
*********************************************************************************************************
*/
#define OS_GLOBALS /* Declare GLOBAL variables */
#include "includes.h"
#define OS_MASTER_FILE /* Prevent the following files from including includes.h */
#include "Os_core.c"
#include "Os_mbox.c"
#include "Os_mem.c"
#include "Os_q.c"
#include "Os_sem.c"
#include "Os_task.c"
#include "Os_time.c"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?