Skip to content

DonjetaE/FreeRTOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an unofficial clone of the FreeRTOS project's Subversion repository hosted on SourceForge. You probably shouldn't depend on this repository being available for you to use.

git-svn config:

[svn-remote "svn"]
    url = https://freertos.svn.sourceforge.net/svnroot/freertos
    fetch = trunk:refs/remotes/trunk
    branches = branches/*:refs/remotes/*
    tags = tags/*:refs/remotes/tags/*

Updating from Subversion

  1. git checkout vendor
  2. git svn fetch
  3. git merge --ff-only trunk
  4. git checkout master
  5. git merge vendor

About

git-svn clone of the FreeRTOS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.5%
  • C++ 10.3%
  • XSLT 3.7%
  • Assembly 2.0%
  • HTML 0.6%
  • Objective-C 0.2%
  • Other 0.7%