Update third party ports readme (#428)

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav-Aggarwal-AWS 2021-12-21 14:10:06 -08:00 committed by GitHub
parent debbd254b6
commit 53b9a80b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ FreeRTOS team supported third party FreeRTOS port:
* FreeRTOS team has access to the hardware and the test results have been
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
@ -31,7 +32,9 @@ supported FreeRTOS port:
* 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. 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).