Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ucos_ii.c
Package: str711USB.rar [view]
Upload User: yyyd609
Upload Date: 2022-07-18
Package Size: 183k
Code Size: 1k
Category:
ARM-PowerPC-ColdFire-MIPS
Development Platform:
C/C++
- /*
- *********************************************************************************************************
- * uC/OS-II
- * The Real-Time Kernel
- *
- * (c) Copyright 1992-2003, Jean J. Labrosse, Weston, FL
- * All Rights Reserved
- *
- * File : uCOS_II.C
- * By : Jean J. Labrosse
- * Version : V2.76
- *********************************************************************************************************
- */
- #define OS_GLOBALS /* Declare GLOBAL variables */
- #include <ucos_ii.h>
- #define OS_MASTER_FILE /* Prevent the following files from including includes.h */
- #include <os_core.c>
- #include <os_flag.c>
- #include <os_mbox.c>
- #include <os_mem.c>
- #include <os_mutex.c>
- #include <os_q.c>
- #include <os_sem.c>
- #include <os_task.c>
- #include <os_time.c>