Menu

Repository organization

Stefan Gast

After checking out the repository by using the following git command...

git clone git://git.code.sf.net/p/deadlinertos/code deadlinertos-code

...you will currently find two git branches:

  • master: tracks FreeRTOS upstream development from their SVN repository, excluding demos and FreeRTOS-Plus Don't push into this!
  • deadline7.3.0: contains the changes for deadlineRTOS against FreeRTOS 7.3.0

You can switch to the deadlineRTOS branch with:

git checkout deadline7.3.0

Porting the patch to a newer version of FreeRTOS is currently not planned, however volunteers are welcome.


Related

Wiki: Home