includes.h

来自「CSB637 uCOS-II with Visual C」· C头文件 代码 · 共 48 行

H
48
字号
/*
*********************************************************************************************************
*                                               uC/TCP-IP
*                                       The Embedded TCP/IP Suite
*
*                          (c) Copyright 2003-2005; Micrium, Inc.; Weston, FL
*
*                   All rights reserved.  Protected by international copyright laws.
*                   Knowledge of the source code may not be used to write a similar
*                   product.  This file may only be used in accordance with a license
*                   and should not be redistributed in any way.
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*                                          MASTER INCLUDE FILE
*
* Filename      : includes.h
* Version       : V1.22
* Programmer(s) : JDH
*********************************************************************************************************
*/


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

#include  <app_cfg.h>

#include  <cpu.h>
#include  <lib_def.h>
#include  <lib_mem.h>
#include  <lib_str.h>

#include  <ucos_ii.h>
#include  <bsp.h>

#include  <monlib.h>
#define   printf     mon_printf

#define   vulong    volatile INT32U
#define   AT91_REG  volatile INT32U
#include  <bits.h>
#include  <at91rm92000_full.h>

⌨️ 快捷键说明

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