includes.h

来自「Ports_for_CF5213.zip 接口程序;接口程序;」· C头文件 代码 · 共 65 行

H
65
字号
/*
*********************************************************************************************************
*                                                uC/OS-II
*                                          The Real-Time Kernel
*
*                             (c) Copyright 2000, Jean J. Labrosse, Weston, FL
*                                           All Rights Reserved
*
*                                           Master Include File
*
* File : INCLUDES.H
* By   : Jean J. Labrosse
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*                                           REVISION HISTORY
*
* $Log$
* 0.b
* Moved OS_CPU.h to in front of OS_cfg.h, so that the typedefs are in place
* first.
* M. Medonis 7/19/2001
*
* 0.a
* Added M68328.h special purpose registers of the 68328 DragonBall uP.
* M. Medonis 7/11/2001
*      
*********************************************************************************************************
*/

/*$PAGE*/
/*
*********************************************************************************************************
*                                         PROCESSOR SPECIFICS
*********************************************************************************************************
*/

#define  CPU_CLK_FREQ        50000000L /* Processor clock frequency (Hz)                               */

/*
*********************************************************************************************************
*                                           FILES TO INCLUDE
*********************************************************************************************************
*/

#include <ctype.h>
#include <float.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

#include "OS_CPU.H"
#include "OS_CFG.H"

#include "uCOS_II.H"

//#include "m5213evb.h"




⌨️ 快捷键说明

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