From 53b9a80b8ece7fa2752d0f1a9d47306bced07de2 Mon Sep 17 00:00:00 2001 From: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> Date: Tue, 21 Dec 2021 14:10:06 -0800 Subject: [PATCH] Update third party ports readme (#428) Signed-off-by: Gaurav Aggarwal --- portable/ThirdParty/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/portable/ThirdParty/README.md b/portable/ThirdParty/README.md index f80aadef8..f297432e8 100644 --- a/portable/ThirdParty/README.md +++ b/portable/ThirdParty/README.md @@ -13,8 +13,9 @@ FreeRTOS team supported third party FreeRTOS port: * The code has been reviewed by the FreeRTOS team. * FreeRTOS team has access to the hardware and the test results have been - verified by the FreeRTOS team. + verified by the FreeRTOS team. * Customer queries as well as bugs are addressed by the FreeRTOS team. +* The code can be included in Long Term Support (LTS) releases. A new FreeRTOS port cannot be directly contributed to this location. Instead, the FreeRTOS team will decide to take ownership of a partner supported or a @@ -29,9 +30,11 @@ 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. + 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. The process to +* The code can be included in Long Term Support (LTS) releases. + +A new FreeRTOS port can be directly contributed by a partner. The process to contribute a FreeRTOS port is documented [here](https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports/blob/main/README.md). ## Community Supported FreeRTOS Ports @@ -44,5 +47,6 @@ community supported FreeRTOS port: * The code has not been reviewed by the FreeRTOS team. * Tests may or may not exist for the FreeRTOS port. * Customer queries as well as bugs are addressed by the community. -* A new FreeRTOS port can be directly contributed by anyone. The process to + +A new FreeRTOS port can be directly contributed by anyone. The process to contribute a FreeRTOS port is documented [here](https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports/blob/main/README.md).