includes.h
来自「基于ARM和uC/OS-II实现的串口控制台」· C头文件 代码 · 共 69 行
H
69 行
#ifndef __INCLUDES_H
#define __INCLUDES_H
#ifdef __cplusplus
extern "C" {
#endif
#include "..\..\arm\os_cpu.h"
#include "os_cfg.h"
#include "..\..\uCOS-II\Source\ucos_ii.h"
#ifdef __cplusplus
}
#endif
#include <string.h>
/* HAL */
#include "hal_types.h"
#include "hal_dev_llist.h"
#include "hal_fcntl.h"
#include "hal_file.h"
#include "hal_net_dev.h"
#include "hal_unistd_dev.h"
#include "hal_net_inf.h"
#include "hal_unistd_inf.h"
#include "hal_errno.h"
#include "hal_llist.h"
#include "hal_flash_dev.h"
#include "hal_flash_inf.h"
/* YF */
#include "types.h"
#include "task-dev.h"
#include "rtl8019as.h"
#include "net.h"
#include "buf.h"
#include "misc.h"
#include "cpld.h"
#include "calg.h"
#include "sec34-ic.h"
#include "kea.h"
/* ZD */
#include "usrdef.h"
#include "uart.h"
#include "CLI.h"
#include "cmd.h"
#include "NMP.h"
#include "RTE.h"
#include "sys_cfg.h"
#include "disp_voice.h"
#include "timer.h"
#include "track.h"
#include "error.h"
#include "debug.h"
/* WT */
#include "fpga.h"
#include "sst39vf3201.h"
#include "ARM_Flash.h"
#include "task-download.h"
extern uint8 ErrDev;
/* 由于不同情况中断OSIntExit()对堆栈的使用情况不同,必须加上这个宏定义 */
#define OSIntCtxSw() return
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?