version.h

来自「为了满足每个项目终端的需求」· C头文件 代码 · 共 36 行

H
36
字号
/*************************************************************	Version description for this project*************************************************************** DESCRIPTION:----08/08/10 by Du Biao	this program is designed to update FLASH online, for potablity  currently no thread or timer is used,she can only run  under LINUX till now,in the future, we may immigrant her to VRTX.So i list  some possbile required modifications:  	-system header files included  	-comm port open,read,write(in channel.c)  	-no socket is supported anymore  	-no nand flash driver module is needed(source files in folder 'drv')* IMPORT NOTE:	currently this program can only run under LINUX.	both intel28f160c3b and k9f2808u0c FLASH are supported.	both COMM port and UDP port communication are supported.*/#ifndef VERSION_H#define VERSION_H//#define DEBUG	1#define 	AUTHOR		"ZOU MING & DU BIAO"#define		SRC_VERSION	"Ver 2.0.1 "#define 	BUILD_TIME	"2008-08-10"#define 	MODIFY_TIME "2008-08-18"#define		USER		"ARM OR 860"#define		COMPANY		"HEBEI FAR-EAST HARRIS"#define		ARM_INFO	"V2.0.1 2008-08-10"#endif

⌨️ 快捷键说明

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