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