Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
CDK/T-HEAD_CK802/ | H | 06-Mar-2024 | - | 447 | 267 | |
Community-Supported-Ports/ | 06-Mar-2024 | - | ||||
GCC/ | H | 06-Mar-2024 | - | 12,984 | 6,964 | |
Partner-Supported-Ports/ | 06-Mar-2024 | - | ||||
XCC/Xtensa/ | H | 06-Mar-2024 | - | 6,327 | 3,116 | |
KnownIssues.md | HD | 06-Mar-2024 | 252 | 8 | 6 | |
README.md | HD | 06-Mar-2024 | 2.3 KiB | 52 | 35 |
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