From efec510714c75990eee0a4f072424e62deae32bc Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Wed, 5 Jun 2024 05:09:15 +0000 Subject: [PATCH] Add a list of third party tools Signed-off-by: Gaurav Aggarwal --- .github/3PTOOLS.md | 13 +++++++++++++ README.md | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 .github/3PTOOLS.md diff --git a/.github/3PTOOLS.md b/.github/3PTOOLS.md new file mode 100644 index 000000000..c7dc33e8f --- /dev/null +++ b/.github/3PTOOLS.md @@ -0,0 +1,13 @@ +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) | diff --git a/README.md b/README.md index 7a60f3594..c8620bfea 100644 --- a/README.md +++ b/README.md @@ -180,3 +180,6 @@ then sort the list, which can be done by running the bash command: Note that only the FreeRTOS-Kernel Source Files, [include](include), [portable/MemMang](portable/MemMang), and [portable/Common](portable/Common) files are checked for proper spelling, and formatting at this time. + +## Third Party Tools +[Link](.github/3PTOOLS.md)