Skip to content

Commit 11174fb

Browse files
authored
Add a list of third party tools (#1080)
* Add a list of third party tools Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent 5a08982 commit 11174fb

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/third_party_tools.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Note that these tools are provided by different vendors and not by the FreeRTOS
2+
team.
3+
4+
## Tracing Tools
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) |
9+
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) |
14+
| Coverity | [Link](https://www.synopsys.com/software-integrity/security-testing/static-analysis-sast.html) | [Link](../examples/coverity/README.md) |

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,7 @@ then sort the list, which can be done by running the bash command:
180180
Note that only the FreeRTOS-Kernel Source Files, [include](include),
181181
[portable/MemMang](portable/MemMang), and [portable/Common](portable/Common)
182182
files are checked for proper spelling, and formatting at this time.
183+
184+
## Third Party Tools
185+
Visit [this link](.github/third_party_tools.md) for detailed information about
186+
third-party tools with FreeRTOS support.

0 commit comments

Comments
 (0)