1 Note that these tools are provided by different vendors and not by the FreeRTOS
5 | Tool | Website | Getting Started |
6 |------|---------|-----------------|
7 | Tracelyzer | [Link](https://percepio.com/tracealyzer/freertostrace/) | [Link](https://percepio.com/getstarted/latest/html/freertos.html) |
8 | SystemView | [Link](https://www.segger.com/products/development-tools/systemview/) | [Link](https://wiki.segger.com/FreeRTOS_with_SystemView) |
10 ## Static Code Analysis Tools
11 | Tool | Website | Getting Started |
12 |------|---------|-----------------|
13 | Code Sonar | [Link](https://codesecure.com/our-products/codesonar/) | [Link](https://github.com/CodeSecure-SE/FreeRTOS-Kernel/blob/main/examples/codesonar/README.md) |
14 | Coverity | [Link](https://www.blackduck.com/static-analysis-tools-sast/coverity.html) | [Link](../examples/coverity/README.md) |