Table of Contents

Download Codezero

1.) Git Repository

The latest version of Codezero is available through our git repository. Please do the following to retrieve the latest stable sources:

% git clone git://git.l4dev.org/codezero.git

The master branch contains the version that is currently stable and known to work. In order to switch to the latest developer sources, you may do the following after cloning the repository:

% git checkout -b devel --track origin/devel

This would create a local devel branch that tracks the remote devel branch that resides in the main repository, (In git, there is no such thing as a main repository, but in the current context this merely means the repository of the maintainer)

2.) Browsing the Sources

You may browse the latest copy of Codezero sources from here:

http://git.l4dev.org

3.) Compressed Archives

Compressed archives for Codezero releases are provided below.

Date Version
10.06.2009 v0.1
07.12.2009 v0.2
25.03.2010 v0.3

For Cortex-A9 and ARMv7 SMP support please email us describing the nature of your work, i.e. who you are and why you are interested in this feature.