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:
-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)