mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Update third party ports readme (#428)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
debbd254b6
commit
53b9a80b8e
8
portable/ThirdParty/README.md
vendored
8
portable/ThirdParty/README.md
vendored
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue