FreeRTOS
FreeRTOS copied to clipboard
git-svn clone of the FreeRTOS project
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
-
git checkout vendor
-
git svn fetch
-
git merge --ff-only trunk
-
git checkout master
-
git merge vendor