⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 includes.h

📁 摩托罗拉 ColdFire 5206E 在UCOSII上的移植代码
💻 H
字号:
/*
*********************************************************************************************************
*                                                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        54000000L /* 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 "target.h"




⌨️ 快捷键说明

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