📄 includes.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 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -