Name Date Size #Lines LOC

..--

CDK/T-HEAD_CK802/H06-Mar-2024-447267

Community-Supported-Ports/06-Mar-2024-

GCC/H06-Mar-2024-12,9846,964

Partner-Supported-Ports/06-Mar-2024-

XCC/Xtensa/H06-Mar-2024-6,3273,116

KnownIssues.mdHD06-Mar-2024252 86

README.mdHD06-Mar-20242.3 KiB5235

README.md

1# FreeRTOS Third Party Ports
2
3FreeRTOS third party ports can be supported by the FreeRTOS team, a FreeRTOS
4partner or FreeRTOS community members. Depending on who supports it, the support
5provided will differ as follows:
6
7## FreeRTOS Team Supported Third Party FreeRTOS Ports
8
9Location: https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/main/portable/ThirdParty
10
11These third party FreeRTOS ports are supported by the FreeRTOS team. For a
12FreeRTOS team supported third party FreeRTOS port:
13
14* The code has been reviewed by the FreeRTOS team.
15* FreeRTOS team has access to the hardware and the test results have been
16  verified by the FreeRTOS team.
17* Customer queries as well as bugs are addressed by the FreeRTOS team.
18* The code can be included in Long Term Support (LTS) releases.
19
20A new FreeRTOS port cannot be directly contributed to this location. Instead,
21the FreeRTOS team will decide to take ownership of a partner supported or a
22community supported FreeRTOS port based on the community interest.
23
24## Partner Supported FreeRTOS Ports
25
26Location: https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports/tree/main
27
28These FreeRTOS ports are supported by a FreeRTOS partner. For a partner
29supported FreeRTOS port:
30
31* The code has not been reviewed by the FreeRTOS team.
32* FreeRTOS team has not verified the tests results but tests exist and are
33  reported to be successful by the partner.
34* Customer queries as well as bugs are addressed by the partner.
35
36A new FreeRTOS port can be directly contributed by a partner. The process to
37contribute a FreeRTOS port is documented [here](https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports/blob/main/README.md).
38
39## Community Supported FreeRTOS Ports
40
41Location: https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports/tree/main
42
43These FreeRTOS ports are supported by the FreeRTOS community members. For a
44community supported FreeRTOS port:
45
46* The code has not been reviewed by the FreeRTOS team.
47* Tests may or may not exist for the FreeRTOS port.
48* Customer queries as well as bugs are addressed by the community.
49
50A new FreeRTOS port can be directly contributed by anyone. The process to
51contribute a FreeRTOS port is documented [here](https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports/blob/main/README.md).
52