Skip to content

nmenon/FreeRTOS

 
 

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 (example .git/config)

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

Updating from Subversion

README branch contains the README.md file changes.For your copies:

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

I do the same with master branch.

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

About

git-svn clone of the FreeRTOS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.3%
  • C++ 15.9%
  • XSLT 4.1%
  • Assembly 1.9%
  • Objective-C 0.4%
  • Shell 0.1%
  • Other 0.3%