📄 bsp-v100r001cpe.lnt
字号:
/* BSP-V100R001CPE.lnt -- BSP linting options (V100R001CPE) */
/* Copyright 2002-2005 Founder Communications, Inc. */
/*
modification history
--------------------
01a,06jun05,fhchen written
*/
/*
DESCRIPTION
This options files are used to activate/de-activate those checks
applicable/inapplicable to BSP linting. Additional board/cpu related
macro are defined and BSP source files are included for lint.
*/
/*
USAGE
Add BSP-V100R001CPE.lnt to your command line when lint, torvars.bat
should be set first and and env BSP_DIR should point to the actual
path.
For example:
- torvars.bat
- set BSP_DIR=/path/to/BSP/V100R001CPE
- lin std.lnt BSP-V100R001CPE.lnt files
*/
/*
* system header files
*/
-i%WIND_BASE%\target\h
-i%WIND_BASE%\target\config\all /* for configAll.h */
-i%WIND_BASE%\host\%WIND_HOST_TYPE%\lib\gcc-lib\mips-wrs-vxworks\2.96-mips3264-010729\include
/* for stdarg.h and stddef.h */
-i%BSP_DIR% /* for BSP headers */
/*
* project header files
*/
/*
* macro definition
*/
-dCPU=MIPS32
-dMIPSEL
-dAU1500
/*
* lint options
*/
/*
* source files
*/
%BSP_DIR%\*.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -