Quantum Leaps dd37652551 5.5.0
2015-09-29 11:34:38 -04:00
..
2015-05-14 16:05:04 -04:00
2015-09-29 11:34:38 -04:00
2015-05-14 16:05:04 -04:00
2015-05-14 16:05:04 -04:00

About this Example
==================
This directory contains the facilities for "linting" the application with
PC-Lint.

To "lint" the application, invoke the batch "lin.bat"  without parameters.
Optionally, you can supply the parameter -DQ_SPY to include the QS
instrumentation in the "linting" process. 

The output from the "linting" is saved in the fle "lin_out.txt".

***
NOTE: You need to adjust the symbol PC_LINT_DIR at the top of the
lin.bat file, to point to the directory where PC-Lint is installed
on you machine.
***


The PC-Lint Options File
========================
The "options.lnt" file specifies the linting options. You might need
to modify this file to suit your needs.


****
NOTE: The purpose of this example is NOT to find problems with the
supporting 3rd-party code, which every non-trivial embedded system needs.
Rather, the purpose of this particular example is to check YOUR application
level code, such as state machines.
****