mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Update the link to the getting started guide for Code Sonar. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
15 lines
891 B
Markdown
15 lines
891 B
Markdown
Note that these tools are provided by different vendors and not by the FreeRTOS
|
|
team.
|
|
|
|
## Tracing Tools
|
|
| Tool | Website | Getting Started |
|
|
|------|---------|-----------------|
|
|
| Tracelyzer | [Link](https://percepio.com/tracealyzer/freertostrace/) | [Link](https://percepio.com/getstarted/latest/html/freertos.html) |
|
|
| SystemView | [Link](https://www.segger.com/products/development-tools/systemview/) | [Link](https://wiki.segger.com/FreeRTOS_with_SystemView) |
|
|
|
|
## Static Code Analysis Tools
|
|
| Tool | Website | Getting Started |
|
|
|------|---------|-----------------|
|
|
| Code Sonar | [Link](https://codesecure.com/our-products/codesonar/) | [Link](https://github.com/CodeSecure-SE/FreeRTOS-Kernel/blob/main/examples/codesonar/README.md) |
|
|
| Coverity | [Link](https://www.synopsys.com/software-integrity/security-testing/static-analysis-sast.html) | [Link](../examples/coverity/README.md) |
|