Hi, I'm Matthew. I use SES 3.24 on 64-bit Windows 10 machine & MacBook Pro Sierra 10.12.
In the SEGGER's web page , it says that
"
External Tools
For further analysis of your code, for example to run a MISRA check on your sources, Embedded Studio features the inclusion of external tools.
You can add commands to be executed and run them on your project items.
The tool output is shown in the log window, and for tools such as Lint you can jump directly to reported source lines."
As shown in the Wiki page about C/C++ List of tools for static code analysis,
I had
- Lint
- PC-Lint
- Splint
in my mind and I was wondering whether one of it can be included as an external tool to check MISRA C compliance.
Is there a documentation or a demo about SES including these external tools to check MISRA C compliance?
-Best Regards
In the SEGGER's web page , it says that
"
External Tools
For further analysis of your code, for example to run a MISRA check on your sources, Embedded Studio features the inclusion of external tools.
You can add commands to be executed and run them on your project items.
The tool output is shown in the log window, and for tools such as Lint you can jump directly to reported source lines."
As shown in the Wiki page about C/C++ List of tools for static code analysis,
I had
- Lint
- PC-Lint
- Splint
in my mind and I was wondering whether one of it can be included as an external tool to check MISRA C compliance.
Is there a documentation or a demo about SES including these external tools to check MISRA C compliance?
-Best Regards
-Best Regards, Matthew