Skip to content

ed-xmos/FreeRTOS

This branch is 2 commits behind xmos/FreeRTOS:release/xcore-smp.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

41d9da7 · Nov 20, 2020
Sep 28, 2020
Sep 28, 2020
Nov 20, 2020
Mar 4, 2020
Feb 21, 2019
Mar 4, 2020
Nov 29, 2017
Apr 30, 2013
Mar 4, 2020
No commit message
Feb 7, 2020
Nov 29, 2017
Mar 2, 2016
Mar 4, 2020

Repository files navigation

Getting started

The easiest way to use FreeRTOS is to start with one of the pre-configured demo application projects (found in the FreeRTOS/Demo directory). That way you will have the correct FreeRTOS source files included, and the correct include paths configured. Once a demo application is building and executing you can remove the demo application files, and start to add in your own application source files. See the FreeRTOS Kernel Quick Start Guide for detailed instructions and other useful links.

Additionally, for FreeRTOS kernel feature information refer to the Developer Documentation, and API Reference.

Getting help

If you have any questions or need assistance troubleshooting your FreeRTOS project, we have an active community that can help on the FreeRTOS Community Support Forum.

Repository structure

This repository contains the FreeRTOS Kernel, a number of supplementary libraries, and a comprehensive set of example applications.

Kernel sources

The FreeRTOS Kernel Source is located under FreeRTOS/Source

Hardware specific ports can be found under FreeRTOS/Source/portable

A number of Demo projects can be found under FreeRTOS/Demo

Supplementary library sources

The FreeRTOS-Plus/Source directory contains source code for some of the FreeRTOS+ components, as well as select partner provided libraries. These subdirectories contain further readme files and links to documentation.

FreeRTOS-Labs contains libraries and demos that are fully functional, but undergoing optimizations or refactorization to improve memory usage, modularity, documentation, demo usability, or test coverage. At this time the projects ARE A WORK IN PROGRESS and will be released in the main FreeRTOS directories of the download following full review and completion of the documentation.

Cloning this repository

To clone using HTTPS:

git clone https://github.com/FreeRTOS/FreeRTOS.git

Using SSH:

git clone [email protected]:FreeRTOS/FreeRTOS.git

About

Git clone of FreeRTOS svn repo. SVN found at: https://sourceforge.net/projects/freertos/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.3%
  • C++ 3.5%
  • Assembly 1.5%
  • HTML 1.3%
  • Tcl 0.7%
  • XSLT 0.5%
  • Other 1.2%