No description
  • C 84.6%
  • Assembly 12.5%
  • CMake 2%
  • Linker Script 0.5%
  • Python 0.4%
Find a file
Dylan fa8a1ce2ef
Add portable files for RISC-V Xuantie C908 (#33)
* Add port for Alibaba Xuantie C908

* Fix (RISC-V_XUANTIE_C908): use "#if" for extension macros check

* add LICENSE.md to RISC-V_XUANTIE_C908
2026-03-18 16:57:56 -07:00
.github Initial repo configuration 2021-06-17 18:42:32 -07:00
CCRH/RH850_F1KM_S4 Add licensing information 2025-11-04 14:07:40 -08:00
CCS/C2000_C28x Add licensing information 2025-11-04 14:07:40 -08:00
GCC Add portable files for RISC-V Xuantie C908 (#33) 2026-03-18 16:57:56 -07:00
RISC-V_RV32_MPU Add MPU(v2) port for RISC-V RV32 QEMU VIRT (#29) 2026-01-15 11:49:52 +05:30
Z88DK/Z180 Z180 - add LICENSE file (MIT) (#26) 2025-11-03 10:36:30 -08:00
LICENSE.md Add licensing information 2025-11-04 14:07:40 -08:00
LICENSE_NOTICE.md Add licensing information 2025-11-04 14:07:40 -08:00
README.md Update README (#11) 2023-11-23 12:17:37 +05:30

FreeRTOS Community Supported Ports

This repository contains FreeRTOS ports supported by FreeRTOS community members. For a 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. Follow the steps below to contribute a FreeRTOS port to this repository:

  1. Write FreeRTOS port for your Compiler and Architecture.
  2. [Optional] Create a project in the FreeRTOS Community Supported Demos Repository for your hardware for running tests as mentioned here.
  3. [Optional] 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. [Optional] Link to the test project created in Step 2.
    3. Any other relevant information.
  5. Raise a pull request to merge the port.
  6. [Optional] Raise another PR to merge the test project in the FreeRTOS Partner Supported Demos Repository.

License

This repository contains multiple directories, each individually licensed. Please see the LICENSE file in each directory.