1 # FreeRTOS Third Party Ports
3 FreeRTOS third party ports can be supported by the FreeRTOS team, a FreeRTOS
4 partner or FreeRTOS community members. Depending on who supports it, the support
5 provided will differ as follows:
7 ## FreeRTOS Team Supported Third Party FreeRTOS Ports
9 Location: https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/main/portable/ThirdParty
11 These third party FreeRTOS ports are supported by the FreeRTOS team. For a
12 FreeRTOS team supported third party FreeRTOS port:
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.
19 A new FreeRTOS port cannot be directly contributed to this location. Instead,
20 the FreeRTOS team will decide to take ownership of a partner supported or a
21 community supported FreeRTOS port based on the community interest.
23 ## Partner Supported FreeRTOS Ports
25 Location: https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports/tree/main
27 These FreeRTOS ports are supported by a FreeRTOS partner. For a partner
28 supported FreeRTOS port:
30 * The code has not been reviewed by the FreeRTOS team.
31 * FreeRTOS team has not verified the tests results but tests exist and are
32 reported to be successful by the partner.
33 * Customer queries as well as bugs are addressed by the partner.
34 * A new FreeRTOS port can be directly contributed by a partner. The process to
35 contribute a FreeRTOS port is documented [here](https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports/blob/main/README.md).
37 ## Community Supported FreeRTOS Ports
39 Location: https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports/tree/main
41 These FreeRTOS ports are supported by the FreeRTOS community members. For a
42 community supported FreeRTOS port:
44 * The code has not been reviewed by the FreeRTOS team.
45 * Tests may or may not exist for the FreeRTOS port.
46 * Customer queries as well as bugs are addressed by the community.
47 * A new FreeRTOS port can be directly contributed by anyone. The process to
48 contribute a FreeRTOS port is documented [here](https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports/blob/main/README.md).