nes-proj/tools/release-tools
Oliver Schmidt 8082ddac41 Adjusted tests to recent changes.
The email and ftp programs aren't relevant anymore so support for them was removed from the cc65 builds. The explicit 80 column programs were added. The 80 colum web browser and Telnet server are built for all cc65 platforms as they are the largest and as such show best code increase issues.
2015-10-31 12:36:37 +01:00
..
compile-examples
compile-platforms Adjusted tests to recent changes. 2015-10-31 12:36:37 +01:00
Makefile
Makefile.raven
Makefile.sky
README.md

README.md

Release tools

The tools/release-tools directory contains files for building and testing Contiki releases. To compile a release of Contiki, run

make RELEASE=2.6

for Contiki 2.6. It is also possible to compile a release of a specific git tag or other non-numbered version, such as the current git HEAD, like this:

make TAG=HEAD

The compile-examples and compile-platform directories are used for running nightly builds of the git version of Contiki.