Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freertos/freertos-kernel-partner-supported-ports
https://github.com/freertos/freertos-kernel-partner-supported-ports
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/freertos/freertos-kernel-partner-supported-ports
- Owner: FreeRTOS
- License: other
- Created: 2021-06-10T01:13:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T04:51:33.000Z (12 months ago)
- Last Synced: 2024-01-10T06:22:41.190Z (12 months ago)
- Language: C
- Size: 36.1 KB
- Stars: 5
- Watchers: 21
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
## FreeRTOS Partner Supported Ports
This repository contains FreeRTOS ports supported by FreeRTOS partners. For a
partner supported FreeRTOS port:* The code has not been reviewed by the FreeRTOS team.
* 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. Follow the steps
below to contribute a FreeRTOS port to this repository:1. Write the FreeRTOS port for your Compiler and Architecture.
2. Create a project in the [FreeRTOS Partner Supported Demos Repository](https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos/tree/main)
for your hardware for running tests as mentioned [here](https://github.com/FreeRTOS/FreeRTOS/blob/main/FreeRTOS/Demo/ThirdParty/Template/README.md).
3. Make sure all the tests pass. Add the test results in the Pull Request description.
4. Add a README file with the following information:
1. How to use this port?
2. Link to the test project created in Step 2.
3. Any other relevant information.
5. Raise a PR to merge the FreeRTOS port.
6. Raise another PR to merge the test project in the [FreeRTOS-Partner-Supported-Demos Repository](https://github.com/FreeRTOS/FreeRTOS/tree/main/FreeRTOS/Demo/ThirdParty/Community-Supported).## License
This repository contains multiple directories, each individually licensed. Please see the LICENSE file in each directory.