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

📄 allcsource.c

📁 瑞星微公司RK27XX系列芯片的SDK开发包
💻 C
字号:
// allCSource.c : 包含所有的 .c文件。
/*
 1. 由于 c++ 编译器和 c编译器行为不一样,为了方便设置编译选项,此文件包含所有的 .c文件。
$Log: allCSource.c,v $
Revision 1.3  2008/06/19 04:43:57  Administrator
代码整理!

Revision 1.2  2008/06/02 12:01:02  HSL
去掉注册表相关代码.

Revision 1.1.1.1  2008/05/07 04:14:52  Administrator
no message

Revision 1.2  2008/03/07 07:33:31  Lingzhaojun
no message

Revision 1.1.1.1  2008/03/06 13:28:27  Lingzhaojun
no message

Revision 1.5  2007/12/27 03:05:31  Lingzhaojun
开放winclass.c

Revision 1.4  2007/12/06 07:14:41  Huangshilin
no message

Revision 1.3  2007/11/23 06:55:09  Huangshilin
增加注册表修改功能.

Revision 1.2  2007/10/10 02:23:25  Zhaojun
添加版本自动注释脚本

*/
/******************************************************************/
#include "..\stdafx.h"


#include "include.h"
#include "..\rk27dll.h"

/******************************************************************/
#include "..\..\system\debug\debug.c"
#include "..\..\system\os\task\DispThread.c"
#include "..\..\system\os\fs\fs.c"

#include "..\..\system\os\task\GuiThread.c"
#include "..\..\system\os\IdleHandle.c"

//#include "..\..\system\kerDrv\kerdrv.c"
#include "..\..\system\gui\winclass.c"
#include "..\..\system\gui\touchevent.c"

#include "..\..\system\os\intr\osintr.c"
//#include "..\..\system\reginit\registerInit.c"
#include "..\..\system\os\support\support.c"

#include "..\..\system\init\uhinit.c"
#include "..\..\system\driver\watchdog\hw_watchdog.c"

//INIT FUNCTION
#include "..\..\system\init\main.c"
#include "..\..\system\init\appinit.c"
/******************************************************************/
//END OF FILE
/*****************************************************************/

⌨️ 快捷键说明

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