Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>2023-11-23 09:47:30 +0300
committerGitHub <noreply@github.com>2023-11-23 09:47:30 +0300
commit6e12afb1f49aaa2287c194d3bdca97efeb9f6260 (patch)
treef21b92680ec7b1135771c92f7073a3587280a6a9
parentd38f59dbcdfabbe71361764e194e1ad6202f902c (diff)
Update README (#12)
Add the same description listed here - https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/portable/ThirdParty/README.md Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index b614914..3fab01f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,15 @@
## FreeRTOS Partner Supported Ports
-This repository contains FreeRTOS ports supported by FreeRTOS partners. Follow
-the steps below to contribute a FreeRTOS port to this repository:
+This repository contains FreeRTOS ports supported by FreeRTOS partners. For a
+partner supported FreeRTOS port:
+
+* The code has not been reviewed by the FreeRTOS team.
+* FreeRTOS team has not verified the tests results but tests exist and are
+ reported to be successful by the partner.
+* Customer queries as well as bugs are addressed by the partner.
+
+A new FreeRTOS port can be directly contributed by a partner. Follow the steps
+below to contribute a FreeRTOS port to this repository:
1. Write the FreeRTOS port for your Compiler and Architecture.
2. Create a project in the [FreeRTOS Partner Supported Demos Repository](https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos/tree/main)