We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git clone git://github.com/RIOT-OS/RIOT.git
If you require write access, please contact the RIOT-team via email.
You may additionally want to checkout the platform configuration and initialization code from
git clone git://github.com/RIOT-OS/boards.git
or
git clone git://github.com/RIOT-OS/thirdparty_boards.git
Edit the file @.git/config@ within your local repository and replace
url = git://github.com/RIOT-OS/RIOT.git
by
url = git@github.com:RIOT-OS/RIOT.git
Example for the stable branch:
git branch --track stable origin/stable
git tag -s 0.01a
git archive --format=tar --prefix=riot-0.01a/ 0.01a | gzip > riot-0.01a.tar.gz